What are the advantages of Automated Testing?
Answer / krishna
Automation testing is:
fast(test runs significantly faster than human users)
reliable(perform same operation multiple times so that we
can eliminate human user)
repeatable(how appln reacts after repeating the same
operation multiple times)
reusable(scripts r reusable on different versions of
application)
consistency(we can build a set of tests that covers every
feature of the application)
| Is This Answer Correct ? | 2 Yes | 0 No |
Can u test a website or a webapplication manually without using any automation tool?
what is link testing?
What is the clear meaning of test case, levels in test case ? contents of test case
Give an example of low serverity and low priority bug?
Where do you get your expected results?
What is Environment Requirement?
what is the output of this query selet * from employee where 1=2
During alpha and beta releases , what are the document we will prepare and what we will test?
Developres release the build with known bugs , then how will u(as a tester) write defect reports without developer known bugs .
compatibility testing?
what is spiral model?
Requirement is given : 1) The Login screen should require with 2 fields "Login" & "Password" 2) After successful login Success Message will display. 3) For Invalid login Error Message will display. 4) "Login" & "Password" both fields are case insensitive. 5) The Application should be Dialog application. What are the test cases for above requirements?