WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST
DIRECTOR USING MANUAL TESTING PROCEDURE?
Answer / lll
function Example:
functin add()
x=1
f=1
c=x+f
add=c
end function
Is This Answer Correct ? | 0 Yes | 0 No |
Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.
Can we use index on view?
What are the differences between table and db checkpoints?
what is command for executing files?
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
what is defination of system testing?
3 Answers CodeArrow, Infosys, Omax,
How to load the object repository at run time?
What is Automation frame work.How we will prepare in real time.
How can we import a Open Office excel file in QTP
Explain xml checkpoints.
What is Descriptive Programing? In which cases, we will go for descriptive programing?
What is diff. between ordinal identifier INDEX and Location?