Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

What is Error Guessing & How to improve Error Guessing Techniques?

Error Guessing This method is used in risk analysis to "guess" where the errors are likely to occur and to assign a higher risk to the error-prone areas. The success of error guessing is very much dependent on the skill of the tester, as good tester

Send email in PHP with HTML Template

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to send email in PHP. In web applications sending email is a very important feature.  PHP provides a built-in mail() function for creating and sending emails to one or mo

Create a file Using Php

Create a file Using Php In PHP,we can use the fopen() function to create a file. If we use fopen() on a file, it will create file(if that file does not exist) by given named. Syntax: fopen("testfile.txt", "Mode"); Both arguments are required F

Cannot send session cookie - headers already sent

Welcome to FindNerd. We sometime get the error- can not send session cookie - headers already sent while we use the session. When we start the start the session with the help of session_start, it means we are ready to use the session. To avoid the

Smart Approach to Test an Application in Shortest Timeframe

  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.

Using checkit module in nodejs

Checkit allows you to validate full javascript object, defining custom rules and message, I supports both asynchronous and synchronous validations. The validations by checkit works for both on browser and server.   Sample code: 1. Async: va

Resolve maximum allocation time exceeds error in PHP?

In PHP, many times we found the error i.e. "maximum allocation time exceeds". For resolving these errors we use php.ini file or we can resolve it buy using our .htaccess file. 1. Using php.ini file For this we have to increase the max_execution

Java web error in the servlet file

Hello, I have a problem to run the next code. I have a glassfish server and I add servlet api. The problem is when I try to run it this error occurs: In-place deployment at /Users/jakublemiszewski/NetBeansProjects/JspServletTutorial/build/web GlassF

Form Validation with AngularJS and ASP.NET MVC

In this blog, we will learn about form validation in AngularJS. From Angular 1.3 onwards, ngMessages module has been introduced and we will be using the same for form validation. Before the addition of this module, developers had to make use directiv

How to use exceptions in CakePHP?

Hi Reader's, Welcome to FindNerd, today we are going to discuss exceptions in CakePHP. We can use exceptions for a variety of uses in our application when implementing any web application in CakePHP. CakePHP uses the exceptions internally to sho

1 3 160
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: