What is the extension of script and object repositary files?
Answer Posted / sanjeev
extention of script file is .mts(Mercury Test script)
extention of object repository file is .bdb(Borkely
database)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain different recording modes?
Why to use descriptive programming?
wt is the use of multiple questions in QTP
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
How do client side image and server side image work?
What are the five challenges you faced in QTP?
What are the two types of repositories available, explain them?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
What are the different types of recording modes?
Write a script to verify font style and color of a windows object using descriptive programming
What is the syntax to call one action in another?
how to prepared for first for the first interview?
Tell me about your project? please help me how to tell about insurance project
What is the registration process and examination fees?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian