what are the areas that cannot be tested using an automated
tool? list a few
Answers were Sorted based on User's Feedback
Answer / pradeep chauhan
difficult areas like:
1. product that have frequent GUI changes.
2. products that always must comprise new
enhancements/changes.
3. gaming products where the expected result is always
varying as per the user input.
4. testing of photography (involving varying pixel size)
5. testing of deods.
6. eye testing equipments software.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sailaja
if we wnat to test the background color of a particular
object we can test thru qtp but its very easy to check
manually.
Please let me know if i am wrong.
Sailaja
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / praveen
There are few areas where it is very difficult to
automate,one among is the area where there will be frequent
change in data or varying of the position of object.
The next is validating the PDF document.
Third is verifying the values lie in specific range.
| Is This Answer Correct ? | 1 Yes | 3 No |
what is object repository size?
What is the difference between Systemutil.run and Navigate.
How do you test DLL files using automation Tool QTP?
pls help me with scripting,right from the beginning in QTP
What do you mean by iteration?
Is it a smart choice to use QTP for backend testing?
What is OUTPUT VALUE ? PLZ Explain With Example?
Tell about automation object model(Aom) in qtp?
What is optional step in qtp? How you can add optional step in qtp?
How to remove the associated function library?
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
please tellme ordernal identifiers in QTP?