How you automate testscripts one by one or moduelwise or
all at once
Answers were Sorted based on User's Feedback
Answer / sreeprasad
Test Automation is process which follows the framework
designed for the company. This framework varies from one
organization to other. Here are some basic steps which are
follwed in general...
Step1: Segregate the test cases to be automated.
Step2: Prepare the test data for the selected test cases
Step3: Make scripts for repeatable or functional scenarios
Step4: Convert those scripts as Reusable functions
Step5: Make test scripts by calling the reusable functions
and adding the conditions as per your requirements.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anonymous
The questin here is not WHAT IS the Automated testing
process?
How you run the tests?
| Is This Answer Correct ? | 0 Yes | 0 No |
i want 8.2 and 9.2 dacuments plhelp any body sand it to my id sandhyat1@yahoo.co.in
how many scripts r there in QTP? pls any answer this question?
When to use Descriptive programing?
Hi all, In Every interview interview asking one question what type of challenges you have been faced in your project?
suppose i can done the project in automation tool with QTP in that time what i can say?
Can you tell me any books or websites to learn VB Script for QTP ??
Differentiate the two Object Repository Types of QTP.
How can you identify the browser and its information using QTP script?
what version of test director supports the QTP? does testdirector supports the QTP9.0?
write a script to close all open browser in qtp except one browser whose name is xyz
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
In qtp, explain what is keyword driven automation framework?