Hi,
Can anyone help me with:
How to select a value from combobox and check the checkbox and set the filter.
I have to set a filter by selecting a value from dropdown.
Also, im using UFT 11.5 so can anyone help me with code for UFT.
Thanks
Sreevidya
Answer / ranga
I think the following site is helpful to you to set the filter....as i'm not able to understand your question clearly.
http://www.tutorialspoint.com/qtp/qtp_smart_identification.htm
For Selecting a value from combbox
Window("").Wincombobox("").select "value to select"
Selecting check box
Browser().Page().webcheckbox().set "ON"
| Is This Answer Correct ? | 2 Yes | 2 No |
I Have web table shown below ----------------------------------------| | orcut | GMAIL | NAUKRI | |----------|---------|-------------------| |HOT MAIL | MONSTER | VISIT FACEBOOK | |----------|---------|-------------------| |SKYPE ACC | IRCTC | GOOGLE | --------------------------------------- Here i have 2 question friends.. 1.i want to chick the link "VISIT FACEBOOK" is there or not if it's there i want to click the link 2.here how to find the web table row or column count ... don't write the excel or data table script here friends ..consider that it's a WEB TABLE
How many tabs are available to view your test in a test pane and what are they?
How to change the run-time value of a property for an object?
can u store QTp frame work folders in VSS? If Not where u store those?
what are the design objects in qtp
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
How can I use the value retrieved by OUTPUT VALUE check point as Input for other Actions?
How we can add objects to the object repository during the running?is it possible or not?explain
Username field having some string mistake like"user naem".what type of testing i prefer to test spell check.
can u please explain what r the challenges u faced in ur automation testing
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
What is the extension of the qtp local repository?