Java

Guidelines to Analyze Candidate Test Cases for Automation

Guidelines to Analyze Candidate Test Cases for Automation

Here are few guidelines that can help you make a rational decision while selecting a test case for automation: What to Automate?   Repetitive / Important – Test cases those are repetitive & relatively unchanging. Check if the test case is going to be tested all the time / most of the time? – This also gives an indication of… Read more →

Start Learning Java

Start Learning Java

Why Java? Today Java is most widely used programming language by developers worldwide. The main characteristics of Java language that make it so popular are: Object Oriented – Yes, you can create objects – pieces of autonomous code – that can interact with other objects to solve a problem. These objects provide a modular design, information-hiding capability and code-reuse facility…. Read more →