pls tell me different type of automation frame works in QTP
and which one need to select in client server application
Answer Posted / janzy
frame work is a set of defined rules for automating a
testing process
1.linear framework: recording and play back
2.Modular framework:creating scripts as a userdefined
function and calling that for testcases
3.keyworddriven framework:make changes in the keyword view
of QTP. and it 'll create scripts in script view
4.descriptive programming
5.hybrid: combination of any of above( it depends on
comlexity of scenario)
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
How will you check that your test cases covered all the requirements?
What is the use of an object spy tool in qtp?
How you can write contexts to text file in qtp?
how to evalute defects in QTP script?
What is the keyword view and expert view in qtp?
What is the differences between image check point and bit map check point?
How do you synchronization point through DP?
What is checkpoints for quicktest professional (qtp)?
What is the Command used to start the QTP
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How you can make an action as re-usable action?