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 |
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
How to create log file in qtp?
whare exactly we have to use functions and sub routain
Is there any MS Access addin in QTP?
how can you select random value for every iteration from a weblist
In a webpage how to check the dynamic links that re changing regularly?( without using regular expressions.)
if our qtp vb Script may be Currepted then What we want do?
Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me
which type of testing process are you following in ur company? how to recognize a qtp page?
how do you done Data-driven test using MS-Word Instead of DataTable
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .