What is QTP Frame Work ,and i want it in detail
Answers were Sorted based on User's Feedback
Answer / haris
QTP framework is a set of good practices to support
testautomation.
the folder structure is frameworkfolder->folder with the
name of application->subfolders are
1.data
2.library
a.genericscript
b.configuration
3.mainscript
a.projectspecificscript
4.objectrepository
repository.tsr
5.log
6.results
7.environment.xml
8.moduledriver.vbs
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sahimadhu
QTP Frame work is nothing but the organised way of keeping
files used in AUT. But this frame work differs from company
to company bcoz each company follows its own pattern.
Usually this is QTP frame work
Main folder(name of the application)
sub folders - 1.Script files .mts
2.OR files .mtr , .tsr
3.Library files .vbs
4.Recovery files .qrs
5.Data files .xls
6.Output files .xml
| Is This Answer Correct ? | 1 Yes | 4 No |
In QTP, If you have list of checkboxes, how can i select a particular checkbox and delete if the checkboxes are changing dynamically?
how can I read text in browser and export the same into text file?
Can we directly start working with QTP without any knowledge on WinRunner? (After getting trsining on QTP)
What is the entry and exit point of automation testing
what is defination of intergration testing?
Can we directly automate testscripts accrdoing to requirements
2 Answers CitiGroup, Novartis,
How to add a runtime parameter to a data sheet?
WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
How to handle exception when data table is not available in local host system or path is not correct(explain statement with example)
How will you declare a variable in qtp?
What is iteration? How it is related to Test Results in QTP?
how to create the varibles and how these are connect to qtp? plz tell me