Automation Concepts in QTP and Selenium .
Blog to understand automation concepts in QTP, Selenium Webdriver and Manual Testing concepts
Showing posts with label
testNG
.
Show all posts
Showing posts with label
testNG
.
Show all posts
Continuing TestNG test execution post assertion failure
›
Assertions are used to validate if a condition holds true. In previous article, we discuss on how to create assertion in TestNG. See...
How to work with Assertions in TestNG tests
›
Assertions are added in TestNG to validate whether a condition is true or false and report in test results the execution state of co...
2 comments:
Understanding Parameters in TestNG tests
›
Parameters can be passed to a method from testNG.xml file. In this article, we will discuss on how to Pass parameter value in the methods...
Working with TestNG.XML to execute Selenium test suite
›
While using TestNG, we can execute multiple tests or methods in the project based on the test annotations, the methods, and classes i...
2 comments:
What are Annotations in TestNG: Selenium Automation
›
In the Previous tutorials, we explained how to add TestNG to eclipse and how to set up for creating the first test using TestNG . In ...
1 comment:
Creating first TestNG test using eclipse for Selenium WebDriver
›
TestNG provides a testing framework to test the application. TestNG framework can be used to write unit test, integration as well as fu...
1 comment:
Setting Up TestNG with eclipse
›
The below image explains how to setup TestNG with eclipse. A. Navigate to Help>Install new Software. B. Search for...
›
Home
View web version