How can i initiate the objects to find uniquely in OR
No Answer is Posted For this Question
Be the First to Post Answer
Suppose i have given 10 test cases all the test cases should be automated?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
What is ‘object spy’ and what is the function of object spy in qtp?
1>How to get the browser name by writing the VBScript. 2>How did you used the GetROProperty and GetTOproperty .give real time scenario. 2>Give and real time ex for the bug having "High Severity and low priority"on banking doamin web based application.
how quick test record on dynamically generated urls and web pages.
What is the use of ordinal identifier in qtp?
how do u plan test automation?
What is test object model in QTP?
what are SetToProperty, SetROProperty,GetToproperty scripting?
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
what is the difference between testing and debugging?