the build is develeped in Java. is possible to write
scripting in vb using QTP ?
Answer Posted / ram
yes,scripting contains swf
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is QTP’s model for test creation?
Have you used xml check point in your project?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
Can U Explain about QTP tool from older version to latest version also its differences?
In Remote acess server how u run a test?
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.
How can I use Call dlls in QTP ?
If object is not recognized by qtp but the object is standard object what is your approach?
Where we can use the synchronization?
what type of run time errors you get while you ar edoing rpg program?
What are the check points can be inserted without recording?
Can we Test Welcome Screens and Process Images with QTP
How to use output values in qtp ?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
On what document base Descriptive programming is written if build is not yet ready ?