What is the Difference between Environment variable and
Globle variable,.. anybody can give me answer..Thanks in
advance...
Answer Posted / sailaja
Env Variables are Local to the Test in which they are
created ,where as Global variables can used anywhere in the
scripts/tests.
| Is This Answer Correct ? | 0 Yes | 17 No |
Post New Answer View All Answers
How to do call a output parameter from one action to another action??/
How to call a test from another test?
Explain quicktest professional testing process?
Explain different types of checkpoints?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
What is the new version of qtp which is recently released in the market?
In qtp, explain what is keyword driven automation framework?
how will you check how many members visited the website www.infosys.com?
hi nani my doubt is how does qtp process metrix related to software process.
explain how to write vb script in qtp?when will you write own script?
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Explain how qtp identifies object?
Explain how you can find length of array in qtp?