Interview Questions | Selenium Forum
M
Posted on 20/03/2016
1) How to automate image(company logo) in Selenium?
2)What is continuous integration?
3)If there are 100 test cases and we want execute only Test cases 30 to line Test cases 70.How to execute that in Selenium?

M
Replied on 21/03/2016

[quote:r2fepbj0]If there are 100 test cases and we want execute only Test cases 30 to line Test cases 70.How to execute that in Selenium?
[/quote:r2fepbj0]

you can do that by putting "No" in front of test cases.


M
Replied on 21/03/2016

[quote:2wzvzvfc]What is continuous integration?
[/quote:2wzvzvfc]

Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then verified by an automated build, allowing teams to detect problems early.