Methods of Testing Hi everyone, today I am going to discuss one of the basic topics in testing. Below is the high -level tutorial agenda for that particular topic. As a tester, you should be aware all the testing techniques to test the entire software application.The testing techniques are. Black Box Testing Grey Box Testing White Box Testing 1- Black Box Testing: This type of testing technique done by the tester without knowing any programming knowledge.Testers mainly use excel sheet to test software application through decision tables, flow charts and document reviewing provided by the development team and business team members. 2- Grey Box Testing: Testers who know some programming skills done such type of testing.For example, API testing, performance testing, system compatibility testing are under Grey Box Testing. 3- White Box Testing: Developers and Automation Test Engineers are performing such kind of te...