Tuesday, January 29, 2019

Difference between White Box Testing and Black Box Testing:
WBT: This is defined as method of testing in which one can perform testing on an application having internal structural knowledge of it. This is also known as Glass Box Testing.
  • This testing focuses on the structural part of an application and hence the Developers are involved in this type of testing.
BBT: This is defined as the method of testing in which one can perform testing on an application with much focus on functional part of it and ever without having an internal structural knowledge of application.

  • Actually the Test Engineers are involved in the BBT. 

Related Posts:

  • Extract digits from a String /* * Input: A14BC654 -> acceptable * Input: AB54C54D -> not acceptable  * Input: A23BED75 -> acceptable * Conditions to check:  * 1) First and Last index values of the string are character and digit respec… Read More
  • Difference between Iterator and Iterable? Both Iterator and Iterable are interfaces in Java Collection Framework. Here are some differences: Iterator: Iterator  is an interface that manages iteration over an Iterable. It maintains a state of where we are… Read More
  • Factorial of a given number Factorial of a given number using recursion. public lass FactorialRecursion{         public static void main(String[] ar){              System.out.print("Enter a number … Read More
  • Difference between Comparator and Comparable? Both are interfaces in Java. Here some common differences between Comparator and Comparable. Comparator in Java is defined in java.util package while Comparable interface in Java is defined in java.lang package. Comparato… Read More
  • Remove Duplicate values from an Array Write a Java Program to remove duplicate values from an array? package seleniumrepo; public class DisticntElements {     public static void printDistinctElements(int[] arr){         for(int i=… Read More

0 comments:

Post a Comment

Selenium Training in Realtime

Blog helps to a student or IT employee to develop or improve skills in Software Testing.

Followers

About Me

My photo
Hyderabad, Andhra Pradesh, India
I am Automation Testing Professional. I have completed my graduation in B.Tech (Computers) from JNTU Hyderabad and started my career in Software Testing accidentally since then, I passionate on learning new technologies

Contact Form

Name

Email *

Message *

Popular Posts