In Login two edit box which object class property value is
same, How to enter into 2nd edit box in qtp by vbscript.
Answers were Sorted based on User's Feedback
Answer / netesh
using index property.
browser("x").page("x").webedit("y","index=1").set "abc"
' index 1 means first object which is left to right and top to bottom
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / rahul
If the object class property value is same.
Enable smart identification which can find the unique property value that could't found by quick test,this enables you to further step.
| Is This Answer Correct ? | 7 Yes | 0 No |
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
Do we have to Enable Smart Identification while running Or will it automatically be enabled ?
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
How can we automate Capthca on registration or any contest forms ? Is it possile to Automate Webpages with Falsh using QTP..?
hi this is srinivasa(from blr) i complited my B.tech(e.c.e) in 2007 im searching job in s/w testing but idont have freshers resume for s/w testing please send some s/w testing resume for me(fresfers resumes only) advns thnks you
Is it possible to split an action? How?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
How many types of actions are there in quicktest professional (qtp)?
How to attach a file to TD?
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
What are the versions of qtp,What are the differences b/n them?
Is there any vbscript in QTP for Data Driven Test instead of using the option provided by QTP?