suppose there r 10 action in a test i want to execute action
5 to 10 how would i do that
Answers were Sorted based on User's Feedback
Answer / pooja
first will insert the stsmt RunAction "Action5",One
Iteration" at the top of the Action1,like this insert again
and again in furter Actions upto 10
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ajreddy
hi
Just go to Action 5 Right click click on Run from step than
u vl execute 5 to 10
| Is This Answer Correct ? | 0 Yes | 3 No |
How to get line numbers in your editor in expert view?
what is syncurnisation point? what is the use of this in real time environment? plz explain?
If you entered into yahoo mail with your valid user name and password , then you will get " welcome , username " (for example you will see , “welcome, Krishna” ) text on the top of the Inbox page , how can you test the user name is correct or not using QTP?
Explain the concept of object repository and how quicktest professional recognises objects?
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
How to use parameterization in qtp?
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
In QTP how can we recognize objects Without using Object Repository?
How to Creating an Output Value using QTP?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
How we can we create a Text checkpoint in QTP 9.1,Actually what i did is first i put in recording mode and gofor Inser menu>Checkpoint>Textcheckpoint>click,Now an hand symbol came and i showed it to some textbox and cliked but the QTP9.1 is giving an error message like "The Obkect you are selecting doesn't support this operation" If i go for Help of QTP 9.1 information I didn't get any solution,pls help me in this issue.
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?