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 |
How software automation specialist enter steps in the Expert View?
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
how to invoke the web application through script in qtp
If enter into interviewer room? how u introduce with him. with shakehand or waht?
User defined function in QTP
How can I generate customized logs in QTP ?
what is run action?
how to add run-time parameter to a datasheet?
1 Answers Mphasis, Ordain Solutions,
What is the difference between property and method?
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?
how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?