Any one please tell me how to create framework in QTP (in
detail). Is there any website for reference?
Answer Posted / malarvizhi
framework is nothing but set rules used to execute a test
cases..
framework are many types like modularity,data
driven,keyword driven...
Data Driven is used for system independent file.using this
we can execute a pariticular test case.
6 components are
*system independent file
*driver sheet
*object repository
*test data, DB
*scripts
*reports
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of parameters are available in quicktest professional?
What is keyword driven framework?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
How will you test a keyboard?
How would you export a script from one pc to another in qtp?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
For which type of project the iterative model is suitable?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Object repositories types, which and when to use?
Explain in brief about the qtp automation object model (aom).
why should we give deliver good quality software?
Explain the difference between call to action and copy action?
How QA specialist can identify when programmatic descriptions are useful?
Which environments does qtp support?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.