What type of testing u perform in organization while u do
System Testing,give clearly
Answer Posted / ramesh16j
black box testing:-
useability,functionality,performace,security.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Should testing be done only after the build and execution phases are complete?
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?
What is the difference between coupling and cohesion?
a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh
how to test a store procedure?
Hello all, Can someone tell me what kind of questions i can expect from hiring manager along with two team members on final face to face interview for manual testing position.. I am switching from BA to QA as its better on benefits etc.. Thanks in advance
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
What is the difference between GUI Testing,UI testing and Usability TEsting
What is the test case?
What are the Important test scenarios which can be used for testing a web site?
What is grey box testing?
MS Paint
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
what is a horizontal and vertical matrix explain with examples
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; }