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 |
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
how can i use text check point in descriptive programming. or else is there any way to compare the text in the application and the text in data table.
Hi All, I want to know how can we schedule QTP scripts. Am using 9.5 version and in our office they want to schedule individual scripts of QTP so that it can run unattended during night time, Please help me how to do that. 2. what is the use of silent test run in qtp can I schedule the scripts in Silent runner, Please explain. 3.I retrieved data from the database using output value -> Database output value. the result of the query for eg is 5 rows, iam able to output the first row by selecting the cols and adding it to output, but am not able to do it for the rest of the rows. please tell me how to do it. Sorry for posting so many qns, am not able to find answ to any of the above in any websites, hoping that someone would really help me with these here, please help me. awaiting for ur immediate revert. Priya
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
What is clean sweep?
Whenever i'm running 3 diffrent scripts in a Test Batch Runner as a batch. its not showing any result. QTP only runs all the scripts n nothing else. B4 running the test batch i have done all the settings, But still its not working.
In qtp, explain what is keyword driven automation framework?
WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN TESTING?
synchronization, wait,wait Property?
Explain quicktest professional (qtp) testing process?
What is keyword view?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.