what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / lavanya
Automated frame work is a structured approach, to test an
application. it provides a systematic folder structure it
contains libraryfile, repository files, environment
files,recovery files etc.
Automated framework would call these files based on the
conditions specified in the frame work and would continue
to execution of test cases on the application.
The automation framework is self designed and could be
based on application and developer of the framework.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do know the number of browsers opened?
explain abt dyanamic changing object with example?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
Give the syntax to load function at run time.
What is Unicode Compatibility?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
What is the file extension of the code file and object repository file in QTP?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
How can you give wait up to 10 seconds in qtp?
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
Have you done batch testing in qtp? If yes how you are doing?
Explain advantages and disadvantages kdf?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Hi ,Can any one pleas explain how to test splash objects using QTP?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression