what is the difference between invoke application and
system.util.run
Answer Posted / gaurav kumar
Invokeapplication(" ") is use for Windows Application and
systemutil.run is used for Web Based Application.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Where we can use the synchronization?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Which environments are supported by hp qtp?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
what r the main attributes of test automation?
What is the difference between run time object and test object in QTP?
what is the frame work in J-meter?
Explain different checkpoints in qtp.
What is the difference between a Function and Action in QTP?
We stored into the objects OR and then write the scripting
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
To which environments does quicktest professional (qtp) supports?
When to use shared and local object repository?
How to test fly out menu in qtp?