Manual Testing:
1.How do we categorize Test cases in Regression Testing?
2.How can u do Performance tESTING?
3.What r the parameters u apply for doing functional testing?
4.what is non-functional testing?
5.if they r more number of test cases how can u pick up a
selective test case?
6.what is good requirement& bad requirement?
7.what is functionality testing?
8.how to manage test cases when requirements change?
9.at what phase of project testing starts?
10.diff between test bed n test environment?
11.what did u achieve being a tester?
12.what is pare to analysis?
13.what is testcondition? who prepares it n when it is used?
14.what is show stopper?
15.what is backend testing using sql?
16.diff bet application testing n product testing?
17.what is cause effect graph?
18.how performance testing done manually?
19.what is proto type testing?
20.pre UAT and UAT testing?
21.
what is broken link in web testing n how to test it?
22.what is cyclomatic complexity explain with example?
23.what is buddy testing?
Answer Posted / guest
1. Categorize as per the main flow& high priority test
cases, more defect density area covering test case, failed
test cases and randomly picked test cases etc.
2. It is performance team responsibulity,
i.e. they validate the application by appling more number
of vertuial user at a time to check the load, stress & thus
point
3. Validating the application as per the Expected and
actual result
4. GUI, Performance, Security etc
5. As per the preyuarity
6. Good requirement - which covered all the business
requrements
Bad requirement - which does not covered all the business
requrements, not able to understand, not clear
7. its field level verification, where we validate wheather
respective application is beheaving as per the requiorements
8. If u prepare RTM (Requirement Trasability Matrix), it
will be easy to track the test case and there requirements
9.Tester activity starts after BRS and SRS are ready
execution phase starts after build is ready
10. Test bed - set of test cases (whech is related to 1
main funtionality)
Test Environment - Hardware and software setup in mechine
to run the application
13. It discribe one perticular action of an application as
per the requirement, it is used at the time of writing test
cases
14. Mismatch\ defect found at the time of exetution and you
are not able to execute furture
15. The impact of field inputs need to store in back end
i.e table or records.
In back end testing we test, wheather given inputs in front
end (Field) are stored in respective tabler form or not. to
validate this back end (Table or records) we will use SQL
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to do Performance Testing manually for a Flash Application?
What is checkpoint? How can you handle the checkpoints?
What is smoke test? Do you use any automation tool for smoke testing?
How does a coverage tool work?
Can anyone list out major scenarios for an application managing drug composition?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
What is bidirectional traceability ??? and how it is implemented
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
How do you test for the coockies for a web application?
how will u create diff types of scenario for any website?
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
What are the uses of test plans? What is the need of test plans and explain their significance
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
Testcases for msword( microsoct office word??
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?