Software development

Understanding Design Patterns: Creational, Structural, and Behavioral by Mohamed Hamdouchi

The structural pattern is of seven types, namely adapter pattern, bridge pattern, composite pattern, decorator pattern, facade pattern, flyweight pattern, and proxy pattern. A design pattern provides a general reusable solution for the common problems that occur in software design. The pattern typically shows relationships and interactions between classes or objects. Another common use of …

Understanding Design Patterns: Creational, Structural, and Behavioral by Mohamed Hamdouchi Leia mais »

Selenium Tutorial: A Getting Started Guide With Examples

The downside of using serial testing is that it increases the test execution time since the Selenium testing framework and cloud infrastructure capabilities are not used to the fullest. Automated browser testing on local infrastructure is neither economical nor cloud testing selenium scalable. On the other hand, the Selenium test framework provides a means to …

Selenium Tutorial: A Getting Started Guide With Examples Leia mais »