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 the limitation to XML Checkpoints?
If we are record a same web page for 2 times.1st time it is showing 6 objects in the Object Repository and for the 2nd time it is showing like 7 Objects in the Object Repository why it is happening
After geting the modules where we generate the script ie in qtp or notpad ?
what is the use of automation objective model?where is used? plz tell me
Could any one explain about the nested actions in QTP? This question is asked by Qualitree and CA
3 Answers CA, Qualtree Solutions,
what is parameterisation?
How to Import the data from MS-Access in QTP?
What is the difference between a Function and Action in QTP?
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
How many types of recording modes are there?