hi, i am trying to capture "web element" names in a web page, and i written the code like this,,
with Browser("title:=")
with .page("")
.webelement("htmltag:=...").getroproperty("innertext")
end with
end with
////////////////////////////////////////////////////////////////////////////////////
QTP RETURN ERROR like this:
" object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object"
ok fine , i need to search another property other than "index"
i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error .....
in this webpage index is difficult to find? how to solve
Anybody can tell me what are the common roles and responsibilites of a Automation Test engineer
anyone can explian about types of "Triggere Events" in QTP
where the check points are stored ?
By default Action1 runs first in QTP. Is it possible to start the run with Action2?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
How to Test the mainframe application?(tell me few basic things)
Get the count of files of similar types from a folder.
in QTP,how to write a descriptive program for "yahoo" or "gmail" Login page
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
Which scripting language used by quicktest professional?
hi how could i get installation guide for QTP 9.0 on XP help me for this !!!!!
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?