Does QTP support Java Script also. Which is one is
preferrable for QTP, VB script or Java script
Answer Posted / priya
QTP supports JAVA script also.....
It suports both VB n JAVA script.
Even in the help u can find both the java n VB script. We
can execute both to get the output.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Whether qtp 9.0 supports Test director8.0
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
What are the advantages of parameterization ?
explain abt dyanamic changing object with example?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How you know that a test case is a regression test case
Describe the differences between functions and actions in UFT?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
What is a programmatic description?
What is the use of running the scripts in Hidden-mode in UFT?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
Hai anyone please "Explain about Framework in QTP?"
How to change the priorities of the recovery scenario properties?
Differences between quicktest professional (qtp) and winrunner?
How is a Step generator used in UFT?