what is profile tool?
No Answer is Posted For this Question
Be the First to Post Answer
How to test login module with different username and password by using data driven testing in QTP?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
How do you test siebel application using qtp?
Give me the Example of standard check point and text check point with syntax?
3 Answers IMI Soft, IMI Soft Engineering,
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?
Can I record on netscape browser does it require any special settings ?
what does it mean when a check point is in red color? what do u do?
What are the types of Object Repository’s in QTP?
Give answer with example what is orthogonal array testing technique?
Key word driven framework
what is run action?
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