what are the areas that cannot be tested using an automated
tool? list a few

Answers were Sorted based on User's Feedback



what are the areas that cannot be tested using an automated tool? list a few ..

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

what are the areas that cannot be tested using an automated tool? list a few ..

Answer / patil

You can test fonts and colors using QTP

Is This Answer Correct ?    11 Yes 4 No

what are the areas that cannot be tested using an automated tool? list a few ..

Answer / 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

what are the areas that cannot be tested using an automated tool? list a few ..

Answer / rayudu

We can not capture content of an Image

Is This Answer Correct ?    6 Yes 4 No

what are the areas that cannot be tested using an automated tool? list a few ..

Answer / anand

Look and Feel of Web Application.

Is This Answer Correct ?    2 Yes 0 No

what are the areas that cannot be tested using an automated tool? list a few ..

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

what are the areas that cannot be tested using an automated tool? list a few ..

Answer / shannon

We can not test fonts and colors using automated tool.

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More QTP Interview Questions

how to write vbscript on web applications in qtp. explian with one example?

4 Answers   Wipro,


How to pass parameters into an action.Please explain me with examples

5 Answers  


Please anybody can tell the where can i get the information about pharma and bank testing, i put the pharma&bank projects in my resume, so i dont know what to tell about them, so where can i get the information and what we test for these, i need domain information, what r the screen we test?

0 Answers  


Which scripting language used by quicktest professional (qtp)?

0 Answers  


How to retrieve the data from database?

6 Answers   Wipro,






This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close

6 Answers  


What is your role and responsibilities in QTP with your current organization?

1 Answers   Oracle,


There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.

0 Answers  


In a webpage how to check the dynamic links that re changing regularly?( without using regular expressions.)

3 Answers   Misys,


How do you test DLL files using automation Tool QTP?

0 Answers   Qwest,


How do u write a regular expression for date (dd/mm/yyyy) field ?

4 Answers   Semantic Space,


How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

0 Answers  


Categories