-
Page Object Model
Automation Testing with Selenium using Page Object Model Page Object Model (POM) Writing selenium scripts is not tough job. We have to find the elements and perform the operation on the webpage. Consider the below example of simple selenium script which will navigate to gmail website and identifies the email id field and enters the email…
-
Data driven testing in selenium webdriver using excel
Data-driven testing (DDT) is taking a test, parameterizing it and then running that test with varying data. This allows you to run the same test case with many varying inputs, therefore increasing coverage from a single test. In addition to increasing test coverage, data driven testing allows the ability to build both positive and negative…
-
Load testing using Visual Studio – 2013
Load testing using Visual Studio – 2013 To run load test, we first have to create web-performance test. Let us now look how to create web-performance test and how to perform load test on web-performance test. Tester should make sure that all regression tests are completed and system is stable before proceeding to load…
-
Introduction to Load Testing
Well, before learning what is Load testing. Let us discuss briefly the performance testing. What is Performance Testing? Performance Testing of an application is basically the process of understanding how the application and its operating environment respond at various user load levels. The Response Time, Throughput and Utilization of the Processor would be measured while…
-
Why automation testing is required and its advantages over manual testing process
What is Automation Testing? Making the manual testing process as an automatic is called Automating Testing, which includes the development and execution of test scripts to verify customer requirements using any automation tool. Automation testing is not a replacement to manual testing. The idea of test automation is to automate some parts of the software…