what is the framework followed by ur company in qtp
Answer Posted / satyanarayana
In my company we are using datadriven and keyword driven
frame work.
which means it is hybrid frame work.
The process followed is
first of all we have to create the required folder structure.
And then we prepare our scripts .After this we enhance our
scripts using parameterisation,recovery scenarios etc.Then
we save the scripts in script files using .mts
extension.Repository files using .tsr extension,library
files with .vbs extention,recovery files with .qrs
extension.Then we take new test and associate all the
required files to the current test. Then using datatable we
will mention the key words in it.Then in qtp test pane we
write the required script and we will execute the script
using the functions prepared in library files based end to
end scenario.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of qtp test assets and their extensions?
what is profile tool?
Describe function procedure in vbscript.
What is QTP testing process?
How many add-ins comes by default with qtp?
Does quicktest professional is unicode compatible?
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
What do you to script when objects are removed from application?
What is the keyword view and expert view in qtp?
What the differences are and best practical application of Object Repository?
How to create runtime property for an object?
What are the technologies supported by qtp?
in a web page How to check and display a particular word from a paragraph?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?