can any one tell me the examples of white box testing
Answer / Prabhakar Pandey
White box testing, also known as structural testing or code-based testing, involves testing the internal structures of an application. Examples include Unit Testing, Integration Testing, and System Testing. Here's a brief description of each: 1) Unit Testing: It tests individual units or components of the software to ensure they work correctly on their own. This is usually done by developers during the development process. 2) Integration Testing: It verifies that different units or modules of an application work together as intended when integrated. 3) System Testing: It tests the complete system with input and output conditions, and under various operating conditions to ensure it works as expected.
| Is This Answer Correct ? | 0 Yes | 0 No |
hi every one this is ashok pls any one give answer me pls question is while testing with selenium after giving id user name and password , the inbox will be open , how to handle this one
Explain me how to check if an element is visible on the page?
Hi all I need QA automation testing interview questions. pls help me in this topic. The interview is related to verification & validation of web based products. ( i want questions based on this topic ) where can i find interview questions realated to this? This is urgent requriment for me. pls share your inputs. any kinda help appreciaed. warm regards Lina.
What is open source tool and give example?
Can you explain data-driven testing?
define joins? when you will joins use?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
What are the points that are covered while planning phase of automation ?
Tell me an example of the languages supported by webdriver?
How you will evaluate the tool for test automation?
WHAT WE CAN NOT DO WITH QTP? GIVE 5 POINTS.(EXCEPT PERFOMANCE)
Suppose we r running a test which have 7 to 8 steps for different functionallity of and object..and suppose upto 4 step test passes but after 5th step test fails. what u will do in this condition will u start the test again or will u consider that rest steps will be working fine.