What is VSS? Is it used in Automation(QTP) Or Manual?
what is menus in VSS?
Answers were Sorted based on User's Feedback
Answer / abhesheke
VSS mean Visual source safe,it is a configuration management
Tool in which all your document are stored like ur
srs(software requirement specification),Brs,test
cases,build,test plan etc
1)all the document stored in this tool are visible to all
the team member who are working on the project
2)every team member will have the user name and password to
access the VSS
3)assume there are 5 people working on a project all the
five can view document and copy the document in there local
drive with out editing the original document
4)if u have written any test case ur going to paste a copy
into VSS
5)u have a working folder for which u specify a path ur
going to copy all the document needed into that
corresponding folder
5)so all the document which are required for testing are
present there and if u have done any work u are also going
paste a copy of ur the work u have done in VSS
6)For any project whether it is a Automation project are a
normal project every one who are working on any project
might be of any domain will use VSS for storing all there
document
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / narender
VSS (Visual Source Safe) It can use in automation as well
as in manual.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / his highness mv @ tcs
VSS = Visual Source Safe, just a configuration tool.....as
described in previous answers...
from testing prospective...yes it can be used for
manual/automated testing to save the scripts.. OR (Object
Repository)
| Is This Answer Correct ? | 0 Yes | 0 No |
cud anybody please tell me the full form's of the extention files that we use in real time---.tsr,.mtr,.qrs
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
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 the element we r test for QTP... explian clearly with example
pls tell me different type of automation frame works in QTP and which one need to select in client server application
Can anybody give the script of below things. 1. Add sheet 2. Adding columns 3. Set the values in that columns(In the rows) 4. Close the sheet 5. How can we create 3 sheets in one Excel sheet??
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
What is the use of "Define new test object" in QTP 9.1 When should we use? Explain?
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
How to create scenario selector
Suppose u write test case in Excel sheet . how u open that test case in Test Director?
what is the difference between Reusable action and external action?