How to write scenario in QTP?

Showing Answers 1 - 12 of 12 Answers

Naveen

  • Nov 7th, 2006
 

It is just like in manual how you design in the test scenarios.

Test scenarios means the flow of the application.

  Was this answer useful?  Yes

Naveen

  • Nov 10th, 2006
 

Hi,

Based upon ur application

1.Write the script for the log in page

2.Write the script for the home page

3.Write the script for the Log out page This is the one scenario.

Log in action and log out action is it common for the all functionalities make to use the actions as reusuable actions.

  Was this answer useful?  Yes

Nadeem Sharifuddin

  • Jan 2nd, 2007
 

Hi,

Scenario are sub set of one test case with same start , but different paths and same end.

We can use If else condition, Select Case , (conditional statements).

Test Case : Login, Close Main Application.

Step 1- Opn Application : Flight Reservation

Step 2- Enter User Name: "ABC"

Step 3- Enter Login: "mercury"

Step 4- Press "OK" Button

Step 5- Sync Point On Flight Reservation Window

Here come the scenario.

If Flight Reservation Window appears ,

Step 6 - Close Window

Else

Go to Step # 1  and move on unless you check all the login scenarios.

End if

  Was this answer useful?  Yes

mprashanthi

  • Feb 7th, 2007
 

A Test Scenario ia s set of test cases that ensure that the business process flows are tested from end to end. They may be independent tests or a series of tests that follow each other, each dependent on the output of the previous one.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions