If a object property is changed in the application. where
it should be updated in QTP...
Pls anybody can give the answer.. Thanks in advance...
Answers were Sorted based on User's Feedback
Answer / bharath
we should change the object property values in object
repository
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sanjay sharma
First know which property is changed.
Based on this you need to write descriptive programming to
identify the object.
Then perform any methods or properties to get the result.
| Is This Answer Correct ? | 0 Yes | 0 No |
we can do in two ways
first changing the property in the object repository
and by using SetToProperty we can handle during runtime.
and if u changed any property in object repository after
writing the script, it is better to run in update mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishnateja muppalla
Some ways based on different applications
Descriptive programming,
Update and Run (so that script will be changed and object will be added to repository) or other way also. Update in your repository and write code according to it.
Make use of SetToProperty also
| Is This Answer Correct ? | 0 Yes | 0 No |
can u put checpoints for moving images
When I used random numbers(1 to 9) with regular expression and run the test, it runs only 5 iterations with passed result instead of running all 1 to 9. Please tell me what can be the reason
What are advantages of test automation?
How can i select multiple items from a WebList bOX USING QTP
Explain advantages and disadvantages of ddf?
Tell about automation object model(Aom) in qtp?
What is parameter in qtp?
What is the difference between Call to Action and Copy Action?
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
when i was doing the Flight reservation with QTP calculating the tickets i got Type mismatch: '[string: ""]' in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the mistake Could you please tell me.
in a web page How to check and display a particular word from a paragraph?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...