
Search In
There are following types of testing and scenarios should consider while doing e-commerce portal testing:
Usability Testing
Data base testing
Performance testing
Cross browsers compatibility testing
Integration testing (payment gateway integration
I installed new wamp on windows 7. It has some dependency on some microsoft tool "vcredist_x64.exe".
My installation was successful and I enabled php_curl extension from php settings but I was still getting :
Call to undefined function curl_init() Pr
Typically identifies problems with requirements defnition and uncover gaps between business stakeholder
expectations and the actual deliverables being produced.
UAT and Business Driven Testing can be executed in parallel.Specifically UAT is construc
You can easily upload an image through form in PHP.
You need to add JavaScript file for send image data on server side through AJAX.
Please add query.form.js in your code. You may download this js file form following link:
https://githu
We seldom need to login into application using Email or Username while using Auth with Cakephp. To achieve this we either need to write customized Auth component or we can achieve the same with the following code :
public function validateUser() {
The interface with only a single methods is known as functional interface. If an interface marked as @FunctionalInterface it can only contains one abstract method. If we try to declare more than one abstract method inside FunctionalInterface compiler
In ParseUser class there is method with name "logInInBackground" which provides a login API to ther user.
This method contains three parameter "username", "password" and "LogInCallback" interface.
ParseUser.logInInBackground("username", "password"
For some reasons Facebook doesn’t provide profile picture with user info dictionary/data.
We need to fetch profile pic using graph api.
Once user is done with successful authentication he can use following snippet to get profile picture URL.
[[FBReq
Follow the following steps to configure testNG in eclipse:
Open Eclipse
Goto Help >> Install new Software
Enter URL http://beust.com/eclipse/ in "Work with" textbox and press enter.
Select testNG and press next button.
Now restart eclipse and
Hello friends, If you would like to install Cordova in Ubuntu please follow the below commands:
First we install Node Package Manager
sudo apt-get install npm
Now we need to install Node.JS
sudo apt-get install python-software-properties
sudo add-a
