What are the main attributes of test automation?
Answers were Sorted based on User's Feedback
Answer / jay prakash
The basic 7 imp attributes of test automation are:
Maintainability - the effort needed to update the test
automation suites for each new release
Reliability - the accuracy and repeatability of the test
automation
Flexibility - the ease of working with all the different
kinds of automation test ware
Efficiency - the total cost related to the effort needed
for the automation
Portability - the ability of the automated test to run on
different environments
Robustness - the effectiveness of automation on an unstable
or rapidly changing system
Usability and ReUsability - the extent to which automation
can be used by different types of users
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / dharmendra
automationable
reusabilty
flexibility
understable
compatibilty
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kiran
fast
reusable
repeatable
reliable
programmable
comprehensive
| Is This Answer Correct ? | 0 Yes | 0 No |
Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.
what are the mandatory properties in qtp? what are the library functions in qtp?
In QTP , Test Director combination . what is the role of Test Director? How QTP Launching QTP in T.D ? If it is Winrunner possible. but QTP How it is possible?
how to associate object repository during runtime in qtp
hi i have one issue while automating the script using QTP i want scrool down .i cannot do even using scrool down methqad is not working .the object will take WebElement plz is there any code help me
Why we load add-ins in qtp?
How to manage a drag drop event in the qtp
What will be the script for recovery scenerio.plzanyone give ans with aexample related to banking project
What is checkpoints for quicktest professional?
How to catch the TOol Tip Dyanamically changing values using the qtp script by Descriptive Programming Scenario: ======== 1. when i press the submit button 2. The Tool tip first shows the value "Validating...." 3. Next the value is changed in tooltip "Logging....." ------ And the class is webElement SO , how can i catch both values During Run time using Dp
when i perametarization of the test through outputcheckpoint,i have seen run time error i.e outputcheckpoint mismatch .Plz tell anybody to me(qtp).How to clear that?
can we call a test in another test? how? explain with one example?