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 / rashmi
Yes. you can use data from "Action1" data sheet
in "Action2" or vice versa.
use DataTable.GetSheet("Action1").GetParameter.....
in "Action2". (To use data from "Action1" data sheet
in "Action2")
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
explain how to write vb script in qtp?when will you write own script?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
How to attach a file to TD?
What is a programmatic description?
What is recovery scenario in qtp?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
How does you test a weblink which is changing dynamically?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
In what occasion we can specify global sheet and action sheet?
What is a recovery scenario?
Where can I find and view run-time data table?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is CMMP and CMMH?
What is 'sleep' in sync point?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?