IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT
PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS
INDIVISUALY.
Answers were Sorted based on User's Feedback
Answer / vamsi
with the help of index handle this issue
ex:
Browser("name:=").page("title:=").WebButton("index:=o").click
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / dinesh
Using the ordinal identifier(index value) we can identify the object which has same property and value
| Is This Answer Correct ? | 0 Yes | 0 No |
What are FAST and NORMAL modes in qtp ? Why r these modes intended for ?
Can we test the Word Document using QTP Tool? We should test the page size,page set up, paragraph indentation and spacing, font size of the the character int the page.
Suppose there is a bitmap with some text in it how do you write the script to get the text.
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
Hi Recently I Attend one interview .The intervier ask on Question in QC 9.2 . The Qus was while ruuning the Batch RUNS scripts in test lab if defect will comes .The defect automaticly wants to genate . How to Configure in QC . Thank You Balaji
In what occasion we can specify global sheet and action sheet?
Explain the check points in quicktest professional (qtp)?
what testing activities u may want to automate in a project?
distinguish between old version and new version QTP features.
How to create an Action Template?
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
How to catch the TOol Tip Dyanamically changing values using the qtp script by Descriptive Programming Scenario: ======== 1. when i press the submit button 2. The Tool tip first shows the value "Validating...." 3. Next the value is changed in tooltip "Logging....." ------ And the class is webElement SO , how can i catch both values During Run time using Dp