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 |
What is the extension of 'Log file' in QTP
HO DO U CALL A ACTION?
What are the features and benefits of Quick Test Pro(QTP)?
hi i have one issue while automating the script using QTP i want scrool down .i cannot do even using scrool down methqad is not working .the object will take WebElement plz is there any code help me
Hi, Any one have the crack for QTP 10.0,if so could you please send it to phanijuly10@gmail.com
What does "Dynamic change on web pages" means.As per my knowledge, this comes in "Complete" level of Active screen capture levels, where it says, "Also dynamic changes on web changes are saved.so i want to know what type of dynamic changes are made and is this dyanmic changes efftes only on web application or any other?
What is qtp window?
4. How u will open the build automatically in QTP except using Systemutil.run command
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
When testing a web application, the url for each page changes, so using QTP how do u handle this scenario. If anyone knows please answer in detail about the whole procedure. Thanks a lot.
If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?
What is the process of synchronizing qtp and aut?