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 |
in process of project exaplnation the defects are says frequently r not?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
We need to verify the user name & password in for the user validation. But we don't want to use the parameterization/ loop for user name and password. What is the way in scripting so that user & password will generate automatically.
Hi, I want to write the script for a webpage. But i didn't added the properties of the objects to the object repository. Without adding the object properties to the object repository, how to write the script. When i am writing the script, Let us say i typed as Browser (""). after selecting ".", if the object is added to the object repository it will display atomatically. But in my case it is not as i didn't added the object properties. How to proceed further in the above mentioned case to write the script manually. Pls let me know if you didn't understand the question.
how u will describe testing activities?
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??
How to customize qtp?
Hi All Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
Have you performed Debugging and how did you?
What are the various automation frameworks available in qtp?