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 |
How to open any application during Scripting in QTP?
desribe a situation where u faced a stressful situation and how did u cope with it
how can we compare descriptive programing with a regular expression
What are the features supported by UFT?
can we call runaction in the funcion
what is the command (keyboard command) to swith from expert view to key word view
How to use transactions in qtp?
How is a Step generator used in UFT?
What are the ways you can synchronize?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
What is use of object spy?
What is runtime objects and test objects? What is the difference between them?