1)Difference Between Value & RawValue?
Answer Posted / madhavi
The raw value is the actual string written in a cell before
the cell has been computed, such as the actual text from a
formula.
Value property is used to set the value in the current row
of the Destination parameter (column) in the "ActionA" sheet
in the run-time Data Table.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
can any one say that where we can download the QTP trail version ??????????
What is the new version of qtp which is recently released in the market?
Explain how you can find the absolute value of the number in qtp?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What is the keyword view and expert view in qtp?
What is action? How many types of actions are there in qtp?
In qtp is it possible to check broken links of a page?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
The hybrid framework can be implemented for any application. Is it true?
what is command for executing files?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
How to handle Java tree in QTP?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
How smart identification works in qtp ?
which type of testing process are you following in ur company? how to recognize a qtp page?