Sunday, 19 November 2017

Types of Testing

Types of Testing: v  Sanity Testing: Validating the major functionality of the application is called Sanity Testing. As soon as application is required into testing environment we need to validate whether the        main functionality of the application is working fine or not. Because if the major functionality of the application is not working fine,...

Software Development Life Cycle

SDLC (Software Development Life Cycle): The process to complete software product or project that includes both testing and development.         We have different models of SDLC in industry, based on the requirements of the client only we will choose anyone of te...

Sunday, 12 November 2017

How to create testNG Programme

1. Right click on Package folder, go to TestNG and select “TestNG Class“. 2) If your project is set up and you have selected the Test Case folder before creating TestNG class then the source folder and the package name will be prepopulated...