Rank: Advanced Member Groups: Member
Joined: 1/31/2008 Posts: 62 Points: 186 Location: Pakistan
|
Hi Floks, This is a good forum for both learners and experienced testers. I am a silent member of this forum. I have got a problem in QTP 9.2, it goes like this. In a Qtp test script i have some actions for example i have Action1,Action2,Action3,Action4,Action5,Action6,Action7 and so on, Now my problem is that when i run the test script all the Actions are getting executed, if i use run current Action then only that particular Action is Executed but i want only selected Actions to be executed ie Action1,Action2,Action4,Action6,Action7. Is there any way that i can execute the Actions i need ? Eagerly waiting for a Solutions for this problem.
|
Rank: Advanced Member Groups: Member
Joined: 1/31/2008 Posts: 58 Points: 174 Location: Pakistan
|
hi dear There is way to solve your problem as you can simply make those action reusable and call them in another script as you want. you can simply call them like the way you are saying Action1,Action2, Action4,Action6, Action7 this would be esiar for you else you can put your them in a an "if condition" and give the correct action number and execute them . Tell me if this solves your problem or explain abit more bout the problem Thanks,
|
 Rank: Member Groups: Member
Joined: 5/17/2008 Posts: 27 Points: 81 Location: Knoxville
|
Azaz wrote:hi dear There is way to solve your problem as you can simply make those action reusable and call them in another script as you want. you can simply call them like the way you are saying Action1,Action2, Action4,Action6, Action7 this would be esiar for you else you can put your them in a an "if condition" and give the correct action number and execute them . Tell me if this solves your problem or explain abit more bout the problem Thanks, Hey Thanks!!! I was having the same problem and this really helped!
|