Answer Posted / ramchandra patil
Hi,
We maintain(Version Controlling)our scripts in tortoise SVN.
let me know if I am wrong.
Ram
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the Difference between test object and run time object?
Where we can use the synchronization?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
How to use the object spy in quicktest professional (qtp) 8.0 version?
what is the latest version of QTP? Main difference between 9.2 and 10 version
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
Can you write a script to check if the folder exists or not?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
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
could any help me please, how to work on visual foxpro application using UFT
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How to remove associated function library?
What is difference between shared and local object repository?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance