What is the use of Testing framework in Automated
testing..what are different kinds of Testing frameworks
available in Automated testing...
Answer / chandan
Testing Framework would create an easy step for the
Automation.With in a short period of time one can test the
whole application.
Basically Auotomation Framework is of 4 different types
based on the type of application.
1 : Keyword Driven framework.
2 : Data Driven Framework.
3 : Hybrid Framework.
4 : Linear Framework.
| Is This Answer Correct ? | 0 Yes | 0 No |
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
Explain the views in the QTP GUI?
Ehat is the descriptive programing in QTP?
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
Test script is generated and it is enhanced.It is required to be saved.But the disk space is insufficient.You are not permitted to delete any scripts.How are you going to save?
how to get the object count ?????????
where did you automate in your project?(please tell me example senarios)
When ‘option explicit’ keyword is used in qtp?
A web Page has 2 frames. Find out the number of weblist items in the second frame of the page.
Can you list some technologies that support qtp?
What’s the QTP testing process?
How do you export an output to a excel sheet? Ex: I get my answer by using Msgbox"..." &R. How do I displayed the result of the Msgbox (such as R) to an excel sheet? Please let me know.Thanks