Hi I am new to QTP. can u please answer to my qus... suppose
3 excel sheets are there * we are trying to check for login
credentials for a page. userid from excel1 , password is
from excel2 whether the page is opened or not that
checkpoint is result is should be stored in excel 3.... this
qus i have faced in IBM technical round... please tell
script for above query ... please please
No Answer is Posted For this Question
Be the First to Post Answer
What is the Diff between Image check-point and Bit map Check point?
what is output parameters in qtp?explain? 2)
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,
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
What is TOM in QTP?
pls tell me different type of automation frame works in QTP and which one need to select in client server application
How will you handle custom object in QTP?
How to parameterize Object Repository?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
How many types of Test Plans are there...??
How to export data present in Datatable to an ".xls" file?
How to find array size in qtp?