Software testing terms

software-testing-terms Preface Because there are so many special nouns in software development/testing, some of them will confuse you, so I will share with you today the special terms for software testing   Software test special noun graph   Driven development […]

EJB Session – EJB advanced concepts

EJB-advanced-concepts EJB insider Behind the EJB: container for each bean instance will automatically generate a proxy called EJB object, implemented by the container, transparent to the developer EJB context: in the ideal circumstances, should not be used EJB context object in […]

Basic knowledge of selenium

basic knowledge of selenium What is selenium Selenium is an automated testing tool Is a set of different tools It supports testing on multiple browser platforms    Why need Selenium 1. Make the manual test into automation 2. Easier to […]

Basic knowledge of functional testing

basic-knowledge-of-functional-testing What is functional testing Functional testing, also called behavior test, a type of black-box testing, that the testers do not know how the application runs inside Functional testing is the largest and most important part of all test jobs Mainly the […]