What are associated files in QTP?
Answers were Sorted based on User's Feedback
Answer / siva reddy (us)
i think the following are files to be associted
repository
-library
-test dtat
-recovery
-test script
-log
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raj
QTP associated files are below mentioned:
1. Main Script
2. Library
3. Recovery
4. Object Repository
5. Logs
6. Test Data
7. Reports
| Is This Answer Correct ? | 1 Yes | 0 No |
any body want to learn qtp with real time concept on Banking domain contact ciraaj@gmail.com
What is difference between Class and MicClass
why don’t use real time they r not using check points
How to manage a drag drop event in the qtp
How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this?????
How to connect to oracle(sqlserver) database to QTP
I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process.
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
where the object repository is located?how to choose the object repository as shared or action object repositories?
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me