
Search In
HTML Tables
Functional Testing
Non-Functional Testing
Functional testing is performed by utilizing the practical detail/specification given by the client and verifies the framework against the useful necessities/requirements.
Non-Functional
While making joins in SQL you can have parameters which are passed in your query for getting result
ALTER PROC [dbo].[uspGetNudgesDetails]
@AccessToken VARCHAR(50),
@BeaconID VARCHAR(50)=NULL,
@CompanyID BIGINT =0,
@TargetUserID BIGINT=0
AS
BEG
While working with ADO.NET you need to understand the thing why SqlCommand is used.
We have two kind of operations related to database:
1 That will make changes in the database
Insert
Update
Delete
2 That will n
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.
In the JQuery grid several operations is been performed. So here we are going to discuss about the deletion operation in the MVC.
For doing this we need to use the libraries of the JQuery for the grid implementation.
After doing thi
We all know that the use of this keyword is that it is used for the current reference of the control or anything from where the invocation is being made.
So for making the proper use of this keyword we need to deal with the dyn
While writing codes in your project you need to interact with the JQuery for making your application execution smooth and efficient.
So for doing that, we need to use different kind of attributes that is used for getting the current value of
//this code use to deduct amount automatically from buyers account
//step1. include paypal.class.php file (find attached file)
include_once('paypal.class.php');
$objPaypal = new MyPayPal();
$PayPalMode = 'sandbox'; // sandbox or li
This code use to deduct amount automatically from paypal buyers account. It is something like advance payment mode. If user agree with automatically deduction when he / she paying through paypal then amount will deduct according to billing period.
While saving images and important settings/details into the database and accessing it from the database we can define its default path in the Web.config.
<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add con
