Selenium Certification Sample Questions | CP-SAT Exam Questions

1.By Using JUnit/WebDriver do following Task
a)Start Firefox Browser with implicit wait of 10 Seconds
b)Open http://agiletestingalliance.org and Click on Certifications link
c)Print Total Number of Certification
d)Take Screenshot at this Point
e)Move Cursor Over CP-MAT
f)Take Screenshot at this point
g)Print href of CP-MAT

2.Automate following Test Scenario using TestNG/WebDriver
a.Go to the URL: https://nseindia.com/ in Firefox
b.Set Implicit wait of 20 Seconds
c.Print All Data available in Current Currency Rates Section
d.Take Screenshot at this Point
e.Print Currency having Maximum Indian Rate.

3.Make Suite of All TestNg Scenarios

4.Automate following Test Scenario using TestNG/WebDriver
a.Go to the URL: https://nseindia.com/ in Chrome
b.Set Implicit wait of 20 Seconds
c.Search Keyword "Reliance industries" in Equity Search Box
d.Take Screrenshot at this Point
e.Print face Value,52 week high,52 week Low

5.Automate following Test Scenario using TestNG/WebDriver
a.Go to the URL: https://nseindia.com/ in Firefox
b.Set Implicit wait of 20 Seconds
c.Search Keyword "Mahindra & Mahindra Limited","Bajaj FinservLimited","Hindustan Unilever" and GAIL inEquity Search Box. Keep these Keywords in excel sheet
d.Print face value of Each Keyword Search
e.Take Screenshot for Each Keyword

6.Using Page Object Model & TestNG/webDriver automate following Scenario.
a.Go to the URL: https://www.shoppersstop.com/ in Chrome
b.Maximize Browser & Set Implicit wait of 20 Seconds
c.Move to Shoe section of Men and Print All Shoe Available Shoe Category
d.Click on All Store & Select Mumbai in "Find Store in your city" & Print All store available in Mumbai.
e.Check availability of stores in Chennai,Jaipur and Ranchi

Comments

Post a Comment