1)Difference Between Value & RawValue?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vishakha
* In Call to an Existing Action:You can't edit the script at
all.
* In call to copy of Action: A copy of the script will be
called which you edit and save changes. The changes are not
reflected into original action.
And
* In call to a new Action:A new action is called.
| Is This Answer Correct ? | 4 Yes | 7 No |
How will you set a unique four digit number in an edit field in QTP?
if you run one test script in internetexplorer the same test you run in mozilla ffirefox is it possible or not how is it.
How to start recording using quicktest professional?
Explain the features of quick test pro(qtp)?
After running scripts how you report results ,there is any specific report form
What does "Dynamic change on web pages" means.As per my knowledge, this comes in "Complete" level of Active screen capture levels, where it says, "Also dynamic changes on web changes are saved.so i want to know what type of dynamic changes are made and is this dyanmic changes efftes only on web application or any other?
How to do the Mouse Operations in QTP. How to aacess an Image in a web application to save it on my desktop. To my Knwoledge that can be done by mouse right click on the Image and selecting 'Save the Image'option. Or Is there any alternate way to do this..
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
What is the limitation to XML Checkpoints?
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?
How to check bitmap output value?
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"