Answer Posted / gajapathy.v
Hi,
Leastest Version of QTP 9.2 supports all Technologies
like SAP,ASP,XML Objects,PeopleSoft,Oracle
Applications,Multimedia Applications,HTML,DHTML,etc...
And mainly this is used Functionality Testing, this is
the product of Mercury Interactive take over by H.P
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How to get popup error message.
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
How do know the number of browsers opened?
Explain in brief about the quicktest professional (qtp) automation object model?
If you are testing a web application then what will you test in that application?
What is the use of text output value in quicktest professional (qtp)?
What is the use of Debug Viewer?
How to associate shared object repository to test in qtp?
What are the differences between table and db checkpoints?
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.
What is the descriptive programming?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Is it possible to change the values of analog recording?
What is post recovery scenario?