How you automate testscripts one by one or modukewise or all
at once
Answer / guest
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.
Hope i cleared your doubt...
Is This Answer Correct ? | 4 Yes | 0 No |
what type of scripts are asked in qtp?
How to load the object repository at run time?
Define Error Pane of UFT?
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
Hi let me ask one questin 1.How to use outputof the one function input to the another function pls give the script for above 2.what is the purpose of action parameter , how to create it
what is life cycle of automation testing ?
Which environments does qtp support?
Can we use Virtual Objects in Discriptive Programming?
What is the difference between client server application and web based application?
How you automate testscripts one by one or moduelwise or all at once
If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?
How will you handle application crash using recovery scenario manager(step by step process)?