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 |
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
In key word driven framework,we will rename the logical names of objects,why?
Pls answer this: What is the difference between a subroutine and a function? A. A subroutine can call itself; a function cannot B. A function returns a value; a subroutine cannot C. A function can accept arguments; a subroutine cannot. D. A subroutine can call other procedures; a function cannot.
Hi guys, Our company has started to automate testing and started using the tool QTP.Iam new to QTP and I have the following questions to ask. Would appreciate if anyone could give me a hand on this and explain things in a detailed way. [1] Bugs outside checkpoints: I know that I can easily make the QTP do what I want inside the application. Also, I know that I can insert some checkpoints and that the qtp will notice if those conditions are not met. However, there are bugs and problems that might not be connected to a checkpoint (system crash, database error, losing session/logout etc.); how can I make sure that the QTP will notice such problems as well and flag a test as failed. [2] How to tell the QTP that when a particular statement is "false",it should flag it as, test failed and show in in the test report. In short how to tell the qtp that a test is false from the script so that it shows it in the report For Eg:- if(true) test passed // how to instruct qtp else test failed // how to instruct qtp [3] Test script portability: we are having several environments; If I record a test on User Interface, obviously, the qtp will save the URL; however, how can I make the qtp run the tests so that the url is provided dynamically. Is there a possibility to parameterize the web server.Is this the way to do it.I dont know? [4] Test management: How do I manage the tests? I guess we will be doing it in Quality Center, yet, it’s not perfectly clear to me how we will be doing that. [5] Running scheduled test sets: How do I group tests to a certain test set? How can I make this test set run at a predefined time? [6] Test maintenance: What do we need to do beforehand in order to enable for easy test maintenance, meaning small adjustments in tests? [7] Reports: What kind of reports on test results are available (either QTP or Quality Center)? Thanks in advance and hoping for an answer. Jen
Explain the check points in QTP?
In qtp, how you can remove the spaces from string?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
In smart identification, explain about 1. Base filter properties 2. optional filter properties with examples?
how to call multiple scripts in QTP at a time
In real time whenever we found bug , after that where you send to that bug. send to T.Lead or Directly Developer. Plz explain me?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
without Qtp features can we automated?