Differences Between Whitebox testing and Blackbox testing
Answer Posted / rajeshwar rao
White box testing is nothing but coding.
It focus on the program part. Rather then finicality.
Black box testing is nothing but funcnality .
It focuses on the funcnality part rather then the program
part.
| Is This Answer Correct ? | 67 Yes | 31 No |
Post New Answer View All Answers
What's the relationship between environment reality and test phases?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations The client wants their users to be able to login using a page that fits in with the website design. Tom wants to access the website but doesn’t want his login information to be available to anyone else. Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:- Being the only Test Engineer on this task, what would your approach be for this requirement? Identify the key areas for testing this page. What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’. Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
What are different types of verifications?
What is bug priority?
List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
What is the difference between web based application and client server application?
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)
What are the different types of software testing?
What is test management?
What is the difference between action & script ?
Can you explain equivalence partitioning?
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; }
What is test plan and contents available in a test plan?