whare exactly we have to use functions and sub routain
No Answer is Posted For this Question
Be the First to Post Answer
why can't you use excel directly in qtp. why we want to import excel data into Datatable.
I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write script to execute
how we will use output values in qtp? is there any possibulity by descriptive programming?
What type of automation frame work you are using?and why?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data
What is the latest version in QTP?
55 Answers Bharti, Polaris, US Technology,
what is the Command used to start the QTp from Run.
Explain about random testing of 500 test cases?
My Project is HOSPITAL CONTROL SYSTEM. In this MY testing modules are In-patient and Out-patient. plz explain those modules. i.e. How explain to Interviewer. with full details also . Waht types of bugs we can fond ? NOTE : IT is a web project plz urgent.
how to capture objects of remote deskop as it is capturing only window.
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