Consider a scenario where there are two action sheets say
action 1 and action 2. Can Action 1 take values from action
2 data sheet or vice versa. If so, how?
Answer Posted / kiran
use global data sheet this enables you to pass the values
between actions
Assume that there are two actions
1. Action1
2.Action2
make action 1 as re-usable action and use global data
sheet for parameteraization
Then Open Action2 and call action1.Automatically action2
global data sheet is updated with glodal data sheet values
of action1
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How smart identification works in qtp ?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
What is optional step in qtp? How you can add optional step in qtp?
if numbers are always changing write a script for that
Describe the differences between functions and actions in UFT?
What is debugging? How you debug your script?
Is the qtp course will help to create a virtual object?
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
How you create new action in qtp?
Where to use Property Let, Property Get, Property Set in UFT
how to acess a test in RSA?
How to recognise the webelement and verifying that webelement is enabled?