How open an excel sheet in QTP(not a run time )?
Answer Posted / pramod
Hello,
It asked for "not a run time " means "not in run time"
Why do you write all VB script code to open Excel in run
time.
It is simple. Click View - data table in QTP.
Right click on Data table window. Select File - Import.
Select the Excel file. that is it.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What will be happen if i load object repository at run time, but it has already associated.
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
How will you report the bug and explain the defect tracking sheet you handled?
Can you brief the hurdles you faced during Automation testing?
How many types of actions are there in quicktest professional?
Where you get the run time data table?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
What are the factors on which script execution time is dependent?
Name the properties you would use for identifying a browser and page when using descriptive programming?
Key word driven framework
How to customize checkpoints with parameters?
What are the major/ important methods, functions in QTP we use realtime testing
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
How to use actions in qtp ?