If there is only one module or unit then how you test it?
Answer Posted / subhra
if there is one module then do one round of functional testing.means check each and every componet of that module is working or not. if integation testing is possible then do it.considear an example login module.in this module consits of different componets that is username,password,ok button and cancel button.here check all the comoponets by taking one componet as positive and negative value and others as positive value...here integation is possible check for that also that by entering valid username and password click on ok button check that username is display on not in home page
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What r the functional testing u perform?
Write all combinations of test cases for calculater on + symbel
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
What type of projects can include in Logistics Domain? and what is the type of domain for project which include Driving license renewal, Different type of title registration etc...
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
why use caffine for HPLC calibration ?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
when database testing comes into manual tesing
How could you present test strategy for the product testing?
Please explain me v-model clearly i want to know how it works and want to know how it use in real time on a project please tell me its urgent and important for me understand .Please tell me my mail id is Chiku_69@yahoo.in Thank u
What is known as data-driven testing?
What are the Important test scenarios which can be used for testing a web site?
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
Explain what is exhaustive testing?
1. Give me an example of something you tried at work but did not work out so you had to go at things another way. can somebody give a real time example