What are output values and why they are used ?
No Answer is Posted For this Question
Be the First to Post Answer
Cn u please clarify my doubt Where are micTab and micReturn used.Thanx in Advance
How can you capture(Read) the values from a Table?
can anyone please send me qtp framework material please its urgent
During test run,How will you copy/paste from/to clipboard?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
What scripting language QTP of?
Can you write a script to check if the folder exists or not?
How to identify whether a web page exists or not without using Browser(" ").Page(" ").Exist?
Can we select add ins in UFT during run time
How to attach a file to TD?
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
Hello! i am having two comboboxes.Each having 10 items in it.when i select first item in first combobox,it is not similar in the second combobox.for ex in first combo if it is Hyderabad,in second it should be some chenai or some other item .Write a VBSCRIPT for that?