how do u know that the test case is complete(assume we have
a testbox how do u know that all the test cases are covered
for this text box)
Answer Posted / d r vijay
Based on The Requriment Tracability Matrix only, we can
decide we will cover all the test cases and
functionalities.RTM defines maapping between the
requirements and the Functionalities (Use cases (or)Test
Cases )
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What types of documentation are used in qa?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
How we will test ubercate
What is Pre UAT and UAT is there any difference ?
What is split testing?
What type bugs you will find in integration testing with example?
What are the queries mostly asked in testing ? give me some examples.
is it possible to do performance testing in stand alone application..how wil u do that ???????
What is Registry?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What does 100% statement coverage mean?
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
What is bug, deffect, issue, error?