Can I use datatable of Action1 in the Action2.
Answer Posted / nagk24
we can use any table from any action
here is the login details in action1 calling from action2
record in action2:=
n=datatable.GetSheet("Action1").GetRowCount
For i=1 to n
systemutil.Run"C:\Program Files\HP\QuickTest
Professional\samples\flight\app\flight4a.exe"
datatable.SetCurrentRow(i)
Dialog("Login").WinEdit("Agent Name:").Set
datatable("A","Action1")
Dialog("Login").WinEdit("Agent Name:").Type micTab
Dialog("Login").WinEdit("Password:").SetSecure
datatable("B","Action1")
Dialog("Login").WinEdit("Password:").Type micReturn
Window("Flight Reservation").Close
Next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the hierarchy to use properties in descriptive programming
can the activities of test case design be automated?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
How many ways is to parameterize the value?
can anyone tell me from where i can download qtp demo or crack version
What Folder Structure following in Keyword Driven Frame work?
How smart identification works in qtp ?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How to export quicktest professional results to an .xls file?
Explain the difference between call to action and copy action?
Explain building blocks of the bpt framework ?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
How is the Bitmap checkpoint different from Image checkpoint?
What is the difference between run time object and test object?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?