This is a common login screen example with all well known
fields like username, password, etc.
How could you test this in Unit Testing Phase, Integration
Testing Phase and System Testing Phase??
Answer Posted / hema
Unit testing conducted by developer.
Integration and system testingdone by tester.
under system testing i will condust usebility testing,functional testing,nonfunctional testing.
under function testing i will conduct BVA,ECP,error guessing(negetive testing).
Then i will check integration testing
(give correct user name,password)
click sign next page should display.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you like about computers?
Can you explain requirement traceability and its importance?
What is software review?
what is metrics in software testing? give me a brief detail about it?
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
What is verification in software testing?
what is the difference between section & test feature in test case documention?
Explain Operational Acceptance Testing with example ?
When we are recording in WinRunner and interact with the AUT, what does WinRunner do?
write test case for gmail sign up page?
user id @ yahoo.com (or) yahoo.co.in (or) gmail.com.... etc
What is neutral test case?
During alpha testing why customer people are invited?
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"