General discussion
-
Topic
-
What are the various strategies of software testing.
LockedLately, I have been studying a lot about software testing and here what I got to know:
1. Black Box Testing –
This testing is based completely on testing needs and specifications. It requires no knowledge about:
• Internal paths,
• Code structures, or
• Software implementation.2. White Box Testing – It requires advanced programming skills. White box testing strategy develops in the internal paths, software implementation, and code structures as well.
3. Grey Box Testing – This type of software testing strategy comes between the domains of white box and black box testing strategies. In this case, the internal information of the software under testing are not renowned.
There are many platforms that give you the opportunity to test your app or website. I would really love to know more about all of your thoughts about software testing.