Posts

Do you Know about Static Testing…

Image
                                                       What is Static Testing?                                         Software Testing technique has two types of testing methods, there are Static testing & Dynamic Testing. Static testing is used to check defects or misplacement in software applications without executing the code. It’s a human testing technique that doesn’t involve executing or running the program or software product.               Note:- “we are not executing the code. Just write about it.”              Ex: when I got some requirements, I'm writing all possible           ...