From where should we start writing the test cases. Say
suppose we have a pageA with few check boxes, radio
buttons, links, some text in it and a link on pageA takes
us to another pageB. Then from where should we start
writing the test cases?Also suppose we have 10 links in a
page should we write separate test cases for each link?
Answers were Sorted based on User's Feedback
Answer / murthy
We can start writing the test cases based on our
requirements which mean from initial req to last one. So
that we cant missout any test case. In a single flow (one
test case) itself we need to cover all the page related
checkings also.
If there is any requirement to cover all links then we can
write it in a singlw test case itself.
| Is This Answer Correct ? | 2 Yes | 0 No |
If the pageA is the first page of the application then
that will be the beginning of the test cases. If the page
has 10 links, in the initial test case we need to mention
that all the links are present. later on we have to write
test case for each link.
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain spiral model?
How you can decide the number of testcases are enough for testing the given module?
What is the difference between Smoke testing & Sanity Testing?
explan test metnodology/approch.... with example...
what the document used is in a V-model in each phase?
Define the term Bug, Failure, Error?
8. What would entice you to return?
please send me interview questions asked in google in testing - manual
12. How long have you been involved in Web development or management?
Give proper Seq. to following testing Types Regression, Retesting, Funtional, Sanity and Performance Testing.?
What are the important scenarios for testing emails? How do you test emails? Which tool is best for testing email?
which testing method is used to check the software in abnormal condition? option 1 Stress testing Option 2 Security testing Option 3 Recovery testing Option 4 Beta testing