do u know abt configuration management tool,what is the
purpose of maintaining all the documents in configuration
manage ment tool?
Answer / kavita datla
It is focused primarily on maintaining the file changes in
the history.
Documents are subjected to change For ex: consider the Test
case document .
Initially you draft the Test cases document and place it in
Version control tool(Visual Source Safe for ex).
Then you send it for Peer Review .They will provide some
comments and that document will be saved in VSS again.
Similary the document undergoes changes and all the changes
history will be maintained in Version control.
It helps in referring to the previous version of a document.
Also one person can work on a document (by checking out) at
a time.
Also it keeps track who has done the changes ,time and date.
Generally all the Test Plan, Test cases,Automation desgin
docs are placed in VSS.
Proper access rights needs to be given so that the
documents dont get deleted or modified.
| Is This Answer Correct ? | 12 Yes | 0 No |
what is the difference between adhoc testing, and error guessing
which testing method is used to check the software in abnormal condition? option 1 Stress testing Option 2 Security testing Option 3 Recovery testing Option 4 Beta testing
what are the testing measurements?
why nds?
What type of metrics would you use?
I give you a functional requirement document(FRD) of 10 pages.Now you tell me,how to calculate Test effort,As i Need to say to the client ?
Requirement is given : 1) The Login screen should require with 2 fields "Login" & "Password" 2) After successful login Success Message will display. 3) For Invalid login Error Message will display. 4) "Login" & "Password" both fields are case insensitive. 5) The Application should be Dialog application. What are the test cases for above requirements?
When to stop testing? (Or) how do you decide when you have tested enough?
Explain spiral model?
what is the difference between test plan and test strategy. can anybody give me a template for test strategy
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it? (eswar)