Posts

Types of Testing in Selenium Automation Testing

Image
1.      Bing Bang Testing: Ø   In this type of testing all the modules of the software are integrated and then tested simultaneously. Ø   The modules are neither tested individually nor are they tested until all the modules of the application are prepared. The advantages of this testing is that it doesn’t require any planning. Ø   The disadvantages of this technique are since all the modules are integrated and tested simultaneously so the chance of failure increases. Ø   The process is time consuming as all the modules need to be prepared before the testing starts. If the software contains many modules, then it is difficult to find the root cause of the module. 2.      Binary Portability Testing : Ø   ABI includes an interface for various compiled programs and is different for different types of hardware architecture. Ø   So, ABI is a family of specifications. It is conducted on different ty...