What are the parameters provided by QTP?
Answers were Sorted based on User's Feedback
Answer / shreyakadiyam
1.Data table parameter
2.Action parameter
3.Test parameter
4.Environment parameter
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / srikanth
Thanks Shreya..
What about Random number parameters?
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / murali eddy
random number parameters enable you to insert random numbers
as values in your test or componemt.
ex: to check how your application handles small and large
ticked orders, you can have quick test generate a random
number and insert it in a number of ticket edit field.
| Is This Answer Correct ? | 1 Yes | 0 No |
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"
How QTP recognizes Objects in AUT?
What is quicktest professional (qtp)?
what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Write a script to delete the a specific row (say 3rd) in a webtable.
Which scripting language used by quicktest professional (qtp)?
how to capture objects of remote deskop as it is capturing only window.
wht type of User defined functions or Java Releated functions Do we write in VB scripting
how to associate object repository during runtime in qtp
How to create a Runtime property for an object in QTP?
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?