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 |
i am testing an online shopping application.I CLICK on a link "ADD TO CART" of that application a "new page" is open and then click on any object of that "new page". after that when i run this SCRIPT then on this "new page" QTP always shows error of "OBJECT NOT FOUND". How i solve this problem ?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.
what are the disadvantages of descriptiveprograming
How can we do Data driven testing Using For loop in QTP?
did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions
Please tell me the steps to record the test in Analog recording mode in QTP version 9.2???
How do u connect database through QTP tell me both Ms Access and SQL
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Explain the use of action split in qtp?
How many ways we can parameterize data in QTP?
How to create an Action Template?