How to execute the WR Script through QTP?
I have WinRunner script with initialization script, common
scripts, GUI AND functions. I connected WR through QTP
with "call to WinRunner" option but I am getting problem
after connecting to WinRunner i.e. showing "Do you want to
quit now" with 'yes' and 'No' message box
No Answer is Posted For this Question
Be the First to Post Answer
what is the qtp objects?
Give me an example where you have used a COM interface in your QTP project?
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
w is output value
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
How to import the Test Results in QTP to an Excel sheet
Hi All I am installing QTP 8.0/8.2 in my office desktop (WIN XP) but it is not working. Inspite Installion is succesfully done but when i open qtp from programs it opens only first screen of add-in and after that it disappears. But in my other computer at home (winxp) it is working fine. Can you please give the reason, why it is not working in office desktop. DEEPAK SINGH
what type of run time errors you get while you ar edoing rpg program?
what is aregular expression?
Can a function return a dictionary object?
anyone can explian about types of "Triggere Events" in QTP
Among the 4 capture levels, Complete, Partial, Minimal, None. which one is mostly used?