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 |
What is keyword driven framework?
QTP WAS WORKING FINE BUT TODAY I GOT THE ERROR , THE MEMORY COULD NOT BE READ -REFERENCE MEMORY ,pPLEASE REPLY URGENT WHAT IS THE SOLUTON
how to write regular expression for Date field?
how to test Web application using QTP software
i have read that "non-reusable actions can not be called in any other test".but in 'call to copy action' copies non-reusable action in other test also..can u pls help to understand this..
How to Import data from a ".xls" file to Data table during Runtime.
In real time ,How to run all scripts in QTP? i,e in projects
write the code to reverse a string without using Strrev built in function.
HI, Anybody can explain Automation Test Framework...and wht do we do before start of Automation.....
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
How u call functions in QTP Function to calculate the length of characters in a word -
How to create Reusable and Multiple Actions?