About Blog:

“This blog mainly discus about foundations of selenium programs like Selenium IDE, Selenium Web-Driver, Sikuli and basics of different automation frameworks like Maven, Cucumber, Test-Ng and Appium (Mobile Testing).”

Selenium-IDE:

Selenium IDE is an integrated development environment works in Firefox browser and used for creating record & play back Selenium scripts.

Selenium Web-Driver:

Selenium Web-Driver is an automation framework used for browsers like Firefox, Chrome, Safari & IE to automate web applications.

Selenium Server:

The Selenium Server which launches and kills browsers, interprets and runs the Selenese commands passed from the test program, and acts as an HTTP proxy, intercepting and verifying HTTP messages passed between the browser and the AUT.

Selenium Grid:

Selenium Grid is a part of the Selenium Suite that specializes in running multiple tests across different browsers, operating systems, and machines in parallel.


Wednesday, March 8, 2017

Step By Step Approach To Master TestNG

§  Introduction to TestNG
§  Installing TestNG
§  First Test Case Using TestNG
§  TestNG Test Suite
§  Annotations, Groups & Depend-On
§  Benifits Of Using Annotations
§  Test Cases Prioritizing & Sequencing
§  Usage Of Reporters and Asserts
§  Usage Of Parameters and Data Providers
§  Usage Of Data Provider with Excel
§  Multi Browser and Parallel Testing
§  TestNG Listners

TestNG Examples:
§  Simple Test Case On How To Execute Using TestNG
§  Configuring Annotations
§  Exceptions Testing Using TestNG
§  Enable And Disable a Test Method
§  Timeout Test in TestNG
§  Group Testing Using TestNG
§  Multiple Test Classes with Testng
§  Dependency Testing Using TestNG
§  How To Pass Parameters Into Test Method
§  How To Perform a Load Test On a Website


Look here for above examples: http://www.mkyong.com/tutorials/testng-tutorials/

No comments:

Post a Comment

Basics of: