If you use low level recording,what objects will be
recorded in Object Repository and what properties?
Answers were Sorted based on User's Feedback
Answer / karunakar
object-Winobject
properity:x and y co-ordinates
| Is This Answer Correct ? | 0 Yes | 2 No |
How do u write script in qtp? where do u write?
There are 3 types of frame works in QTP 1. Linear frame work 2. Modular frame work 3. Key word driven frame work. Can any body explain the above 3 frame work models. y2k_ram2000@yahoo.com
6 Answers Fidelity, GDS, IBM, TCS, Wipro,
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
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
In one of the scripts the pwd in the DT was encripted. Can any one tell me how to I decript or undo the same?
How you handles Pop-up windows which are Dynamically changing in Runtime?
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
Difference between image checkpoint and bitmap checkpoint
3 differences between QTP & Winrunner?
which is the easiest way you can send the QTP test results to Client if he want to see the screenshots when the results are failed?
Pls explain me the difference between ........ Description.Create and CreateObject
How to call a test from another test?