
Search In
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
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
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
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
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.
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
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
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
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
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
