If I have prepared the test case document for version 2.0
and I got the new build say 2.1 then I have to add the test
cases for version 2.1.My question is that How should I do
that? because each test case has a unique id .
Answers were Sorted based on User's Feedback
Answer / radhika
suppose you have your test case ids like... Build Name_Module name_test case number ie 2.0_Login_001, 2.0_login_002 and so on.
Now for new build 2.1, you can just change the initial part of your test case ids.
ie: 2.1_Login_001
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / paresh_danej
Test Case Template has the Build i.e for which build the
test cases belongs to. Hence i would suggest a tester
should use the new template for the new build so that it
would be easy for Test Management to differentiante between
the testcases.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / laxmi
suppose you had written 5 test case with ids 1 to 5 ok afte
r that you got a new build then you can add the new test
cases with the id from 6 unwards and give the priorities as
needed.
Is This Answer Correct ? | 0 Yes | 1 No |
Whatz the main use of preparing Tracebility matrix and explain the real time usage
Hi, i am non it background, now i am ready to face testing interviews. Please explain how to face interviews. Is there any standard questions for interview point of view.
say me any problem u faced in the project after delivering to client?
My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?
Q) A hotel telephone sys can perform 3 functions . Call another hotel room by entering a room number(201 to 500) . Call an external line by entering a 9, followed by the number. . call various hotel services 0=operator, 7=room service 8=reception. Write sets of test cases to adequately test this telephone system
write 3 test cases on MSWORD
how does a client server environment affect testing?
What ishigh severity, low priority bug?
what is the differance between functionality and functional testing?
This is a common login screen example with all well known fields like username, password, etc. How could you test this in Unit Testing Phase, Integration Testing Phase and System Testing Phase??
hi frnds, i m Aman.. i was asked some ques. in an interview which r concerned with Web based Testing.. ques were like, URL Tempory in testing, other was smthin like Gateway in testing?? plz tell me answers of these questions as i dont hav knwledge abt web based testing.. thnx in advance..
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?