tell me types of environment variables? what r they? explain
details? pls give anwer any one?
Answers were Sorted based on User's Feedback
Answer / manjunath.dasari
Environment variable means we use variables in any where
and time
- 2types
1) Built-in ,2) user define
User Define divided into : ineternal & External functionl
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / siva
Environment variables are of two types
1.Built-in : These are system defined ex: OS, ActionName, OS
Version etc.
2.User-defined: These are two types one INTERNAL and the
other is EXTERNAL
INTERNAL: These variables are defined directly into test
which cannot be used in other tests
EXTERNAL: These variables can be defined in any editor and
save it as .xml file and associate with the test. The
variables can be used any test and these are read-only when
calling.
Is This Answer Correct ? | 1 Yes | 2 No |
Flight reservation using input and output parameter script.
Have you done batch testing in qtp? If yes how you are doing?
What is active screen?
Explain quicktest professional testing process?
what r the drawbacks and limitations of QTP?
What is the D/B Test managemet tool and bug trcking tool? Ans send to pbr.qtp@gmail.com
what is the diff between Procedure and function
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"
what is defination of system testing?
3 Answers CodeArrow, Infosys, Omax,
explian about the qtp frame work? where u can use it in your project?
write is the code for regular expression in QTP
how quick test record on dynamically generated urls and web pages.