Description--->There are 5 modules in my application.
On every module there is a date box.
In 1st module, date box is used for 2
submenus.
My Question is ---> Should I have to write test cases for
date box for every modules & submenus?
Answers were Sorted based on User's Feedback
Answer / mohit
Yes,if there are 5 different modules then there should be 5
separate test cases for date picker.Although the
functionality is more or less the same,but as a Software
Tester we should look on to it as 5 different scenarios.
| Is This Answer Correct ? | 6 Yes | 2 No |
Really that was a nice question...
of course, its ours(TESTERS) duty to write test cases for each and every module.
Though the developers develops the software, with out our testing part it won't go to customer hand.
Testers plays a important role in the modern IT companies.
Be a tester and test the world like any thing...
TESTERS are the Rockers, Sparkers and Makers..
| Is This Answer Correct ? | 1 Yes | 0 No |
In an organisation practically how we can implement the Compatability testing(web based applications and windows based applications)
We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.
How well you work with a team?
Write Boundary value analysis , Equivalence partitioning & Error guessing cases on 1 liter Water Bottle. It should not include functionality Testing cases.?
Example of high severity and low priority bug
what is Inspection?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
Give example of High Severity and low Priority Bug you filed?
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
Write 5 Test Cases for ATM From Security Point of View ?
Can anyone have some better answer for this.. Difference between Boundary value analysis & Equivalence partitioning?
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ? 2.What are the difference b/w client & server? 3.While doing regression testing one bug raised due to functionality dependency, what is the bug status that one?