what are the areas that cannot be tested using an automated
tool? list a few
Answers were Sorted based on User's Feedback
Answer / rajasekhar
For example if we a take registration forms, in those recently we are using 'Captcha' codes. Without entering exact captcha code, user may not register into the site properly.Captcha code is not static data, so it will change every time. In this cases through manually only we can register (test).
This type of functionality is difficult to test using automation.
| Is This Answer Correct ? | 28 Yes | 0 No |
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 |
Answer / aarati borse
Actaully question is not specific..
1)No Testing documents can be automated..This can be one
area.
There are some stuffs which we cant directly perform
through the tool but we can perform by creating code in
same tool..
Like in QTP , I cant check the text of submenu which is
hided under "File" menu....
For that I need to write some script...
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / shannon
We can not test fonts and colors using automated tool.
| Is This Answer Correct ? | 3 Yes | 8 No |
how can you select random value for every iteration from a weblist
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
How we can add actions in the test using QTP?
Explain types of descriptive programming?
hi testers,one script has three actions , at the of running three actions are running , how to set run only perticular action and what is the use of split the action? when it will be useful?
How to write test cases for web applications using QTP.plz write a sample test case to show how to write.urgently needed.thanks in advance..
How to add a page checkpoint to your test?
how to prepared for first for the first interview?
Hi Can u plz suggest who is the Best Faculty for Advanced QTP Scripting in Hyderabad ,plz suggest me..... or send me a replay to satheesh.goli@gmail.com, r make me a call 9866335752
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?