What are Add-ins availble in licensed version QTP8.2
The Default add-ins are Activex,Web,Visual Basic and
Standard windows..ok..na..
| Is This Answer Correct ? | 1 Yes | 1 No |
Can the user toggle between using Local OR and shared OR for the same action?
what is vmodel?advantages and disadvantages of vmodel?
When we try to use test run option "Run from Step", the browser is not launching automatically why?
What are metrics and matrix?
What is difference between design time and run time data table?
What are the properties you would use for identifying a browser and page when using descriptive programming?
Can anybody send me the code to get the RO property of the active screen in QTP while running?
one ok button and one text box is there.when i click on ok button in that text box one no. will display from 1 to 100 randomley.if that is not 100 when we click on ok button again ,again another text box ll created with another no. we will continue this till the text box created and displays 100.and when its 100 ok button should disabled. remember thet no will display not seriely ,it displays randomley,and each time new text box will created.
What are the benefits of quick test pro(qtp)?
What is Cross browser testing? Does UFT support it?
Differences between QTP & Winrunner?
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