waht is the diff b/w Environment variable and Global
variable in qtp?? explain types of variable in qtp??
Answer Posted / murali
Environment variable can be used across any Action and any
test with in QTP. Since it is declared in QTP Environment
section
Global variable can be used with in a test and functions
associated to that test.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What are the differences between table and db checkpoints?
how do u plan test automation?
How can I use Call dlls in QTP ?
Why do we use breakpoints in QTP?
Does Low-level recording capture mouse movements?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Can you write a script to check if the folder exists or not?
What are table and db checkpoints?
What are the major/ important methods, functions in QTP we use realtime testing
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
In qtp, how you can use xpath to identify objects?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
How to use descriptive programming?
What is the descriptive programming?