The course will enable the students to
1. Make test cases & execute it.
2. Apply testing tools& use them.
Course Outcome (at course level) | Learning and teaching strategies | Assessment Strategies |
---|---|---|
The students will: CO277. Discuss the existing testing tools CO278. Setup Environment for web driver with Java using Eclipse. CO279. Create test cases using automation tool such as Eclipse. CO280. Setup Environment for Selenium IDE & installation of plugin with Chrome or Firefox. CO281. Record and run the test scripts for various scenarios. | Interactive Lectures, Discussion, Tutorials, Reading assignments, Demonstrations | Class test, Semester end examinations, Quiz, Solving problems in tutorials, Assignments, Presentation, Individual and group projects. |
Experiment 1: Environment setup for Selenium IDE. Installation of Selenium IDE plugin with Chrome or Firefox.
Experiment 2: Record and run following test script, using Selenium IDE for following scenario
2.1 Open http://www.google.co.in
2.2 Search for IIS University
2.3 Assert that search result page launched
2.4 Click on IIS University link
2.5 Assert that IIS University webpage launched
Experiment 3: Record and run following test script, using Selenium IDE for following scenario3.1 Open http://automationpractice.com/index.php
3.2 Search for item 'Dresses'
3.3 Assert valid search result page returned with valid items.
3.4 Click on item 'Printed Chiffon Dress'
3.5 Assert Product Details page for 'Printed Chiffon Dress' launched
3.6 Assert Product price is $16.40
Experiment 4: Record and run following test script, using Selenium IDE for following scenario4.1 Open http://automationpractice.com/index.php
4.2 Search for item 'Dresses'
4.3 Click on item 'Printed Chiffon Dress'
4.4 Add qty 4 of this item to cart
4.5 Proceed to Checkout
4.6 Assert Total items in cart are 4
4.7 Assert Shipping charges are $2.00
Experiment 5: Environment setup for webdriver with Java using Eclipse.Reference - https://www.guru99.com/installing-selenium-webdriver.html
Experiment 6: Write a webdriver script to launch IIS University Website and after a wait of 10 seconds, close the browser. (Ref - https://www.toolsqa.com/selenium-webdriver/first-test-case/)
E-RESOURCES:
1. https://www.javatpoint.com/selenium-tutorial
2. https://www.simplilearn.com/tutorials/selenium-tutorial/selenium-automation-testing
3. https://www.eclipse.org/community/eclipse_newsletter/2014/september/article3.php