How to add a runtime parameter to a datasheet?
Answer / ramyab.mca@gmail.com
Hai...
By using LocalSheet property. The following example uses
the LocalSheet property to return the local sheet of the
run-time Data Table in order to add a parameter (column) to
it:
MyParam=DataTable.LocalSheet.AddParameter("Time", "5:45")
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Limitations in QTP?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)
what is frame work?
Differences between text and test area checkpoints?
QTP Data Table Having 10 records with 10 to 15 fields(lets say).now i want to get alternative records from datatable.pls can any one answer it?
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
Hi,All How to create a link in excel sheet using qtp
why the smart identification is not there in WinRunner
What is checkpoint in qtp?
How to analyzing Test Results using QTP?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans