How we can add actions in the test using QTP?
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
We can add actions by following:
1. Insert Menu -> Call to new action
2. Right click on (expert/keyword view) -> Action -> Insert
call to new
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / shankar.majji
One VB Script program can be devided into multiple actions.
Every action indicates a meaningful set of operations to re-
use in other VB Script programs. We can design more
modularise and efficient scripts. It helps us to
parameterise specific components of a test. Two or more
tests can call the same action.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kirankumar.y
there four actions call to action ,copy of action,call to
exesitng action,call to winner,split action just right
click on any one select it
| Is This Answer Correct ? | 0 Yes | 3 No |
why the smart identification is not there in WinRunner
What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
How can you capture(Read) the values from a Table?
Pls explain me the difference between ........ Description.Create and CreateObject
How to Analyze the Checpoint results by Checking Bitmaps?
how to load the *.vbs (or) test generating script in a new machine?
When Recovery scenario actually starts while testing the application?
What test cases can you automate using QTP?
What is the significance of “action 0” in qtp?
i have 100 manual test cases, how to automate from no 1. ols detail steps
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti