
Search In
Sometimes Tester needs common sense and smart approach to test the application.
Many times it is not possible to test the whole application within the specified time and sometimes the documentation might exist-but not detailed or complete.
Hello Readers,
As we know that software ‘Test Manager’ is a high level person in the testing team. Test manager have a lots of roles and responsibilities in the team. Every Test manager play his/her role and responsibility throughou
Unit Testing Makes Me Happy
Integrating unit testing into your coding practices can have some positive psychological effects on your programming career.
Unit tests make sure that your new changes into the module will not break existing functionalit
// A Java program to demonstrate that we can return multiple values of different types by making a class
// and returning an object of class.
// A class that stores and returns two members of different types
class Test
{
int mul; // To store multi
Which Software Methodology to pick/choose ?
There are huge amounts of methodologies available for software development and its corresponding testing. Every technique is intended for a particular reason and has its relative benefits
Beta Testing Process:-
In this section, we will concentrate on the Beta testing process step by step as specified below:-
1.) Beta Testing process
2.) Beta Test plan
1.) Beta Testing Process
There are various app
There are many challenges for the QAs when any software development go through the agile methodologies. Below are mentioned few challenges which are taken by the QAs :-
Probability of errors or mistakes are more in the agile methodology for exp in
Hello reader's lets continue with static variable, today we will discuss about "how to access static variables in PHP and Java".
PHP is usually changing as a Object Oriented language. As being a java coder and PHP coder.
Java and PHP possesses com
Friend Assembly in C#
Access modifiers such as internal and private when used with types or type members defined in files in an assembly are accessed only in the files defined within same assembly.
An assembly can only access public membe
Agile Methodology
Agile methodology is a method to deliver software at a very high speed with following benefits:
1) Less communication gap between the team members.
2) Requirement changes exists.
3) Requirements are more clear.
4) Customers are in
