what are the areas that cannot be tested using an automated
tool? list a few
Answer Posted / vikas choubey
o Dynamically changing functionality
o Test cases that require more Human interaction
o CUI (command user interface) based test cases
Does QTP support the technology used to build your
application? Now this is the first thing that needs to be
checked. There are certain programming languages such as C++
that are not supported by QTP. Hence if yours is a C++
application then QTP is not for you.
Do your Test Cases require Manual Intervention? Consider
an end to end order creation test case where once the order
request is placed, manual intervention is needed to help
flow the order from one system to another. Its always better
not to automate such cases.
Does your Test Case needs to be checked in multiple
Browsers? There are many browsers such as Chrome, Netscape,
Safari etc that are not supported by QTP. Hence if you want
to check your test cases in any of these browsers, QTP
wouldn’t be of any help to you.
Some things just can’t be fully automated. Consider a
scenario where you need to place an order and verify that an
sms is sent to the concerned person. Such test cases can’t
be automated completely. Though it can definitely be argued
that the scenario can be partially automated.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is QTP testing process?
What environment does qtp run in?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
why should we give deliver good quality software?
Mention the test steps of qtp.
How to use checkpoints in qtp ?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
how to convert 100 into hundred repees only and viceversa
Mention what are the different types of recording modes in qtp? Which will be used when?
How can you write the scripts that operate on different objects depending on run-time information?
What is system testing and what are the different types of tests you perform in system testing?
assume i have few url link how will i dynamically call then using descriptive programming?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
What are the general steps involved in the data driven framework?