
Search In
I viewed a couple of answers online regarding Abstractions, Abstract Classes, Interface's, DI, and Loose coupling. But none of these answers are answering my question. I grouped these topics because they are related to achieving abstractions. Got
Simplification of bug report data:-
The sequence of actions that are applied on the software to reproduce the defect or bug, actually defines the way to get to the problem. A tester may detect a number of bugs during the testing session, however, if
Leadership/supervision practice follows the elementary concept that a lot of people say: “practice makes practice.”
How can you enrich your leadership practice?
Read books:- There are probably multiple of books on leadership/supervision published y
Hi All,
Paypal has updated their payment integration API to new REST API and existing APIs have been deprecated since Feb 2019. Due to less documentation, it was very hard to integrate these APIs with Laravel. After spending some time, I was able to
Spring security gives us the feature to auto login into the system just after creating an account.
Other way is to register then go to login page, and then login to the system. When we login login mechanism spring automatically creates the session f
Following are steps to make software testing more easy & efficient:
1.Participation right from beginning:-It is a good practice, if tester has involved in starting from the project. Testers can acquire better understanding of project.Early prep


Hello
Today we would discuss about the importance of Audit Trails in PIM Desktop.
Audit Trail
An audit trail comprises the transaction with a record of each stage involved in it. It aids in simplifying problem administration by tracing the sequenc
Hi Reader's,
Welcome to FindNerd, today we are going to discuss How to create and add component in CakePHP in 2.4.1 version?
If you want to create or add a component in your web application then you should add your component inside a va
Unit testing
individual software components or modules are tested in this kind of testing. It is done by programmer and not by testers, as if one must have detailed knowledge of the internal program design and code.
Black Box Testing
Design of I
Laravel 4.x we have a facility to get last inserted id easily. By showing one of my code you will get easily understanding.
Example:
$karmaNote = new Karmanote;
$karmaNote ->reqid = $meetingId;
$karmaNote ->connectionidgGi
