You can use the QuickTest Professional Automation Object Model to write programs that automate your QuickTest operations. The QuickTest Automation Object Model provides objects, methods, and properties that enable you to control QuickTest from another application.
During the run session, QuickTest creates a run-time Data Table?a live version of the Data Table associated with your test or component. During the run session, QuickTest displays the run-time data in...
answer b is correct answer, the test retrieves a value at specified point during the test run ad stores it in a column in the curent row of the run-time data table. when the value is needed ;eater in ...
Hi,This is Santosh, here I am trying to give you complete process of Object identification.....Please go through it. If you got any doubts, let me know i will clear that...Object Identification While ...
Pradeep Barre
Apr 19th, 2006
Object Repository is a central reservoir which contains a collection of object properties & values that QTP creates at the time of recording.These objects stored in object repository called ?...
Hi, You can do this using Virtual objects. I tried it and worked. What I did was I created virtual objects Like, one virtual object for ListBox and selected the total ListBox a...
Chander
Mar 27th, 2006
Actually the Webcheckbox is within a table. So we cannot directly access the checkbox using GetCellData. So we have to identify it as a checkbox object and then parameterize the object using the datat...
Swapna the variable declarations are correct. We have raised this issue with mercury. They has given some solution such as running .BAT file. We have also deleted the defaut.xls file and created a new...
Hi Narendra,Thanks for the information. Actually my requirement is, query should be parametrized. i.e, query should be in the script and also it should change dynamically. i.e I have to pass different...
Most of the Times Logical Name will be the Physical Description of the Object
Pradeep Barre
Apr 17th, 2006
Logical name is a name or description given by the tool while creating an object to uniquely identify it from other objects in the application.This name would be used by the tool to identify the object during run session.Labels take the place of logical names most of the times.
Hi,To close the application windows, you can use the following command:SystemUtil.CloseDescendentProcessesThe above command closes all the open IE windows.
Ganesh
Apr 18th, 2006
To get the text from the object we can use getRoProperty.Ex: Window("Flight Reservation").WinEdit("Name:").GetROProperty("text")To Close the Web application we can use Browser("Google").Close
What is the best way to run the applications in QTP. "Not preferred Record/Playback".Normally people will run from the 'excel'.can you please give me the best idea for this.
Dear SirI had tried your script but it is not working and give error as Object doesn't support this property or method: 'qApp.Test.Settings.Resources.ObjectRepositorytype'
madhu
Apr 14th, 2006
You can import from datatable .right click at the box and select import or sheet.
Hi, Before u start automation on Java application make sure that u installed Java Add-in for any testing tool ( say QTP,Winrunner ). And set some properties for particular objec...
Make it a regular expression by going to object repository-->select the title of page-->clink on white coloured icon present beside the constant field in the right side of object repository window-->add .* to the title and select the check box
sri_yarley
May 29th, 2007
Just make the page a regular expression. How to do that is Go to Object repository-->Select the Object in the repository-->In the Object repository window you will find "Configure Value" item to the r...
Hi,Keyword Driven : In the Keyword Driven testing, user can defined screen objects. Suppose, user is adding page title, label name. when scripts are running...these objects will be verify with th...
Do you have the "Tools","Web Event Recording"-menu option ? Does this contain "Event Recording level" ?Does switching the"Event Recording level" from "Basic" to "High" get some new recorded lines in the "Expert view" , when you record your testcase?Hope that helps.Andreas Hennig
Hi Ravi Enabling and Disabling Smart Identification u can make with checkpoint properity a Smart Identification. For example:separate the products that costs and who didnt cost.and mak...
Ravi
Jun 9th, 2006
Thanks to all the members who have viewed the question, thought abt the same and answered it .
You can use size property. Remember the object has to be a File or Folder type object. the return value will be the size in bytes.
prashanth
Sep 4th, 2007
You can put a checkpoint on the size in terms of the number of bytes that are transferred to the user. If the size exceeds the normal level you can consider that as a excess data else it is within the stipulated data.
Ans