what are the disadvantages of qtp?
can linux support qtp9.2?
how could get web address throu vbscript?
Answer Posted / kalyana chakravarthy
Linux is a flavour of uNIX.QTP Doesn't supports Unix.
If it is wrong correct me.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
what is the difference between the modular framework and datadriven frame work
How often were they executed?
Hi All, I need code for how to execute qtp scripts from excell sheet
To which environments does quicktest professional supports?
What are the factors on which script execution time is dependent?
What are the recording modes in qtp?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
Explain about the quicktest professional (qtp) automation object model?
How you are developing the script? Using record and play back or manual?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
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.
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
how will you check how many members visited the website www.infosys.com?
how to write xml output check point bu useing descriptive programing .means without useing output check point