explian about the qtp frame work?
where u can use it in your project?
Answer / minni
Framework is nothing but the folder structure.
There are many types of
framework ..linear,hybrid,keyworddriven etc., it depends
upon the organisation.
In our organisation we follow our own framework..
We design the framework like for scripts ,
functions ,data,reusable scripts,recoveries, for all these
we use different folders.
| Is This Answer Correct ? | 1 Yes | 2 No |
Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?
On what basis we select test cases to automate?
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
Hi can anyone pls suggest how to fetch username(system login name)and system name in to qtp.I am not using TD or QC.Thx
How to change the screen name while running the test.
explain abt dyanamic changing object with example?
More details about keyword driven technique in QTP
How to test the login page in different ways in automation testing and i need code?
What are the check points can be inserted without recording?
Waht is diff between SystemUtil.Run and invokeapplication
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.