One build is delivered. in that build button name is submit.
but in the next buit that name of the button changed as
login.are u continue with previous recorded script or u
make any changes?
Answers were Sorted based on User's Feedback
Answer / uma +91-9848088957
U change the logical name of the object which object u cha
nge in object repository. or u add new object to the object
repository.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / suresh
If the change is permanent, we shouldchange it in the
object properties in OR.
Button - object
name="login"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chakrapani
use desciptive programming to identify the object using
property names and its values.
Eg:
browser("Myyahoo").Page("dfdfds").Webbutton
("name:=gfgf").Click
name:=gfgf this can be retrieves using object spy.
even though in further builds the logicla name changes this
will work fine
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gangadhar reddy
Yes.First Enable the Smart Identification Mechanism.
QTP will identify the changed object by using Smart Identification
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajasekhar
So we want to change the logical name of the button through
regedit.exe ., ie after executing this we can change the
logical name of that particular button
| Is This Answer Correct ? | 0 Yes | 1 No |
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
How to call actions in QTP?
how can we group that these test cases only should be automated and in which order you execute that test cases
what is automation(qtp)bug pls giv me one ex?
What are the types of object repository?
What is quicktest professional?
1.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?
What is qtp window?
what is the difference between data driver & data driven and driver script?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
what is difference between normal mode and fast mode?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.