You have an application version 1 with 5 combo boxes,
Developers develop version 2. Here they replaced bottom 3
combo boxes with each other. While executing the Test
script for version1 no errors. When we execute the Test
script for version2 that QTP showing the error
message "Object not identified" remember no property
changed in version 2, ordinal identifier also disabled.
Find what properties might change here in this scenario
Answers were Sorted based on User's Feedback
Answer / soumya
I think if you can consider x,y coordinates, then index property is also one which could have been a reason.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bfakruddin
@ Nalini:- Are you sure.... Nalini, Objects have window ID?
@ Praveen:- No buttons is available buddy. read the question
clearly
The first answer is correct here, X, Y, absX, absY
properties are changed for these combo boxes, previously QTP
identified the Object by using these properties, now these
are changed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sureshsinghbhandari
@ Bfakruddin - How you can say, due to change in X, Y Properties QTP is not able to identify the Object; These are the Ordinal Identifier.
If ComboBox Mandatory Prop (html tag, name, type) changes then it might QTP show an error message "Object not identified"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nalini
Window id property value might be changed if the property
of combobox exists in the OR.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / praveen
The only problem here is change in the mandatory
properties.As combo boxes were replaced with buttons,the
mandatory properties of those perticular should also be
changed in the script.If not Quichtest throws an error.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / rentalavdml
In the question they specified bottom 3.So may be X and Y
cordinates
| Is This Answer Correct ? | 2 Yes | 5 No |
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
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…..
Hello, How can i capture first letter of any string using QTP. For ex.. i want "j" in the below string "john" could any one explain me? Is there any function for that?
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
what kind of erros can be handled with the using QTP?
Hi All, I wanted know how does QTP identifies a DataCombo. While recording I clicked on the data combo and selected a value from the list. The click of Data Combo is recorded but the selection of the value from the list is not recorded. My application is based on VB and SQL server as the database. Please let me know as how do I record the action of selecting a value from a DataCombo list. The list is being loaded from the Database Record set.
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
what is object and child object.. explain ..if possible give some example for better understanding ..
how to select the work for complete automation and one more thing when u are going to choose automation
Hai anyone please "Explain about Framework in QTP?"
Question:how many types of repositories in QTP9.2?and explain??
How many type of status messages are there ..explain?