What type of automation frame work you are using?and why?
Answers were Sorted based on User's Feedback
Answer / donthu hari prasad
What is Frame work?
A frame is a set of scripts, documents, Procedures for
achieving reusability, maintainability, traceability and
portability for test automation.
Frame Work : Frame work is a Generic work designed by an
expert and followed by many people to perfom a particular
task in an effective , efficient and optimized way.
Types of Frame work:-
1. Linear / Sequential Frame work
2. Modular frame work
3. Keyword Driven frame work
4. Hybrid frame work
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ramchandra patil
Hi Senthil,
In framework we define the guidelines for all phases of
automation, it is architecture which makes it easy to
operate to end user who does/does not have technical knowledge.
In our company we are using hybrid framework(Combination of
Data Driven, Keyword driven)
we are using above framework for following reason.
1. its reusable
2. Easy to debug and use
3. We can configure externally(Without touching internal
knowledge or code)
4. Minimum changes require
5. Customized reports
6. minimum dependency on QTP to make changes.
7. Performance is as desired by client.
guys let me know if I am wrong.(pls come with valid answer)
Thanks,
Ram
9699851282
6.
Is This Answer Correct ? | 0 Yes | 0 No |
when i perametarization of the test through outputcheckpoint,i have seen run time error i.e outputcheckpoint mismatch .Plz tell anybody to me(qtp).How to clear that?
It is very difficult to test in manual for that we go to DATA DRIVEN TEST.
what are the limitations of smart identification in qtp 9.0
How do we analyze the checkpoint results?
How to make arguments optional in a function?
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.
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
in flight reservation application. when i entered flyto combobox as london. and i have to check this london is present in flyfrom combobox.give me the code with good explanation. extention to this question. at each iteration i have to put(WRITE) the fly from and fly to city in database table
Q- what is the advantage of merging tool in QTP 9.2?
How can you write the scripts that operate on different objects depending on run-time information?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..