WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST
DIRECTOR USING MANUAL TESTING PROCEDURE?



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

Post New Answer

More QTP Interview Questions

Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.

1 Answers  


Can we use index on view?

0 Answers   Wipro,


What are the differences between table and db checkpoints?

0 Answers  


what is command for executing files?

0 Answers   VSoft,


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?

1 Answers  






what is defination of system testing?

3 Answers   CodeArrow, Infosys, Omax,


How to load the object repository at run time?

1 Answers  


What is Automation frame work.How we will prepare in real time.

9 Answers   AppLabs,


How can we import a Open Office excel file in QTP

4 Answers  


Explain xml checkpoints.

0 Answers  


What is Descriptive Programing? In which cases, we will go for descriptive programing?

2 Answers   CTS,


What is diff. between ordinal identifier INDEX and Location?

3 Answers  


Categories