Is it possible to use two instances of UFT on the same machine? If not why?
No Answer is Posted For this Question
Be the First to Post Answer
What are the features and benefits of Quick Test Pro(QTP)?
hai friends i already ask this question but when i post the question the alignment goes wrong .....my question is we have a WEB TABLE ....assume that web table having 3 row's and 3 column here in 2nd row 3rd column having VISIT FACEBOOK link...now i want to check the VISIT FACEBOOK link is available or not ..if it's there i want to click the link ...then 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 do a favour ...thank's
Why script error occur in between recording in qtp?
What scripting language is QTP of?
how to post xml data from QTP scripts to any application?
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
How would you export a script from one pc to another in qtp?
How we can merge the object repositories?say if we have two or three object repositories then how e can merge them? is there any option in Qtp to merge the object repositories
give me the code to save all messages of inbox of gmail into a folder and notepad
What is difference between the For..Next and While..Wend statements?
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value