As a QA point of view choose any one only (what u will do
first)
1. System Testing 2. Functional Testing
Answers were Sorted based on User's Feedback
Answer / mudaseer
check the software according to the flow so it should be functional testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rehana thaha
1. Functional testing: It is a test to check whether each
and every functionality of that application is working as
per the requirement. It is major test where 80% of the
tests are done. In this test, the Test Cases are ‘executed’
2. System testing is black box testing, performed by the
Test Team. Upon completion of integration testing, system
testing is started. Before system testing, all unit and
integration test results are reviewed by Software QA to
ensure all problems have been resolved
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / amit
Functional testing done first because system testing is done
by developer
| Is This Answer Correct ? | 1 Yes | 18 No |
hOw do we avoid logging duplicate bugs
Hi,please help me out with my ques:as soon as the build we get from developer,how will we start testing?first all how the build we get (means which form)?who will install it in the system and how tl will assign us the work?
What is Entry Criteria & Exit Criteria
what is the difference between section & test feature in test case documention?
Describe to me the difference between validation and verification.
how clients are using this application?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
What is unit level testing?
how to write test cases for chair?
What’s the role of documentation in manual testing?
what tests U'll do when u r doing web testing
3 Answers BT, GL Noble Denton,
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...