what are the areas that cannot be tested using an automated
tool? list a few
Answer Posted / 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 |
Post New Answer View All Answers
When to use shared and local object repository?
How many add-ins comes by default with quicktest professional (qtp)?
How to use debug tools?
In qtp is it possible to check broken links of a page?
What is Curd testing?
How qtp recognizes the object?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
How many ways we can parameterize data in quicktest professional (qtp)?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
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?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
How to use setroproperty?
Explain the views in the QTP GUI?
How to record a qtp script ?