Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Qtp Automation Engineer , Can he login in VSS? What
purpose he login In VSS? But Some companys are using CVS
AND VSS ? some are Have log in in VSS Some Not login(not
accessing) into VSS, not login persons are working on CVS?
my doubt is, can Qtp automation engineer have loin in VSS
or not? Where he store QTp Script?

Answers were Sorted based on User's Feedback



Qtp Automation Engineer , Can he login in VSS? What purpose he login In VSS? But Some companys are..

Answer / sonia

any person in project have access to the vss that is a
place where all files related to project is saved and login
name and password is given by your project admin or
dba.usually scripts are also stored in same place... it may
depend on company how they give access to vss. and whats
the file structure there they have.

Is This Answer Correct ?    1 Yes 0 No

Qtp Automation Engineer , Can he login in VSS? What purpose he login In VSS? But Some companys are..

Answer / abhesheke

yes,you get your username and password from administrator
and all the files in Vss are tracked so once u copy a file
into that local driver the details of the file and username
is displayed in the log file (it gives the time and the
file and ur usrname in the log file)X person has add some
file into his working floder.

u store ur script in your local drive and once you feel
that you are done with it u are going to place it into VSS
and speaking of CVS it is also similar to Configuration
management tool but most companys use VSS(Visual source
safe) one u have written the code and save it in your local
drive and u can directly drag and drop are u have a option
to add files navigation file->add file(from this location
u add files)

this is if you are not using test director

if you use test director you store all your scripts in test
director

u can launch your QTP from Test director and directly write
your code and save it
but here the qtp is opened from a remote PC not from your
local drive.


i hope u understood plz ping me if u have any queries

Is This Answer Correct ?    0 Yes 0 No

Qtp Automation Engineer , Can he login in VSS? What purpose he login In VSS? But Some companys are..

Answer / s. david

Hi,

In VSS can we load the VB Script i heard that only the
test director is used to store the vb script...or is it
possible to store in vss?.. please advice.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

How can we do Data driven testing Using For loop in QTP?

2 Answers  


How does QTP identify an object?

0 Answers  


how do u handle an object with out name in our application using QTP 9.2?

0 Answers   CTS,


Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji

3 Answers  


I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible

0 Answers  


I have 5 save buttons in my application on 5 different tabs one after the another . I have spy them and added each of them in my OR. My Or is able to highlight each button on each of the 5 tabs. But when I run the script it does not click the object.Is there anything I have to edit in OR. Any property to add or delete? Below are the properties of 5 save buttons. My code for each is like browser().page().savebutton1.click Browser().page.savebutton2.click Properties of 5 buttons Dhopare, Namita Sent: September 2, 2015 2:57 PM To: Vullengala, Jagadeeshchandra "Class Name:=WebButton", "abs_x:=718", "abs_y:=693", "class:=Button", "disabled:=0", "height:=22", "html id:=btnSaveTab1", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=718", "y:=616" "Class Name:=WebButton", "abs_x:=687", "abs_y:=571", "class:=Button", "disabled:=0", "height:=22", "html id:=btnSave", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=40", "x:=687", "y:=494" "Class Name:=WebButton", "abs_x:=635", "abs_y:=478", "class:=Button", "disabled:=0", "height:=23", "html id:=", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a3').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=635", "y:=401" "Class Name:=WebButton", "abs_x:=695", "abs_y:=558", "class:=Button", "disabled:=0", "height:=22", "html id:=BtnExternalPartySve", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""BtnExternalPartySve"" class=""Button"" onclick=""document.getElementById('a4').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=695", "y:=481" "Class Name:=WebButton", "abs_x:=672", "abs_y:=642", "class:=Button", "disabled:=0", "height:=22", "html id:=", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=40", "x:=672", "y:=565" Previous Item Next Item Connected to Microsoft Exchange

1 Answers  


How to find given string is palindrome or not without using strreverse() function?

2 Answers  


Can anybody give the code for ALL DATATABLE METHODS)(ex: datatable.getrowcount, datatable.getsheet etc....) and ALL DATABASE COMMANDS (like .getcelldata, which are used to retrieve data from a database and from a webtable)with examples.

1 Answers   Accenture,


Explain the check points in quicktest professional?

0 Answers  


How to use setroproperty?

0 Answers  


How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)

0 Answers   TCS,


what is run-time object property in Object spy in QTP9?

3 Answers  


Categories