can any one explain with an example how to test Web
application using qtp
Answers were Sorted based on User's Feedback
Answer / naresh
i cant get u.can u explain in detail plz
any how how for ur answer... shyam
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shyam.meghansh
Hi
WE can use QTP Tool in many ways. we can open the web page,
enter details, submit those etc etc....
Is This Answer Correct ? | 0 Yes | 3 No |
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
How will u integrate oracel with QTP?
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
what is object?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
Explain the terms test and business component?
Explain abt the File System Object in QTP with ex
Shall we add Local Repository to shared object repository,if yes,how we add
Test cases for Traffic Signals
what is the diff b/w assistive and mandatary rules of object repository in QTP???
What are the major/ important methods, functions in QTP we use realtime testing