How to write test scenarios for a Web application, with an
example?
Answers were Sorted based on User's Feedback
Answer / kalyani
for example
take login page
scenario 1: validating login button
2: '' password button
3: '' ok button
4: '' cancel button
it depends on requirements
| Is This Answer Correct ? | 8 Yes | 5 No |
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
Explain the component testing?
write the test cases for date month and year field by using testing techniques
19 Answers Aryavrat Infotech, Blue Star,
Elaborate test plan and content availability in test plan.
Explain the static testing?
give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?
What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance.
Can anybody post the format of a Requirement Traceability Matrix. And how to include this RTM in the reqirement document.?
how to write test cases for a text field that should have maximum 250 characters
Test case for flight reservation system
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax