1) What is the diff Between GetRoproprty and Gettoproperty?
2)What is Redim?
Answer Posted / sandesh sawant
GetROProperty used for retriving any of the property value
of an object from application.
Gettoproperty is used to retrive all the properties and
their value of the object from which it is been identify.
EX.
Set col = Browser("Flight").Page("Flight").ActiveX
("Calendar").GetTOProperties()
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
How can you close the second opened browser?
regular expression in qtp standar check point for months from accepting months from january to december only
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
Which environments are supported by hp qtp?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
what is the difference between modular framework & datadriven framework
What is an expert view and keyword view?
What are the Disadvantages of shared object repository?
Explain the difference between data driven testing and parameterization ?
How do you send email with attachment from outlook using qtp ?
How to use setroproperty?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?