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

Search In

E-commerce portal testing scenarios

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

WAMP 2.2 configuration problem with php_curl

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

User Review

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

Upload image through AJAX form in PHP

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

Using Email or Username to login with auth in cakephp

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() {

Functional Interface - Java 8

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

Login a user using Parse API

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"

Fetch profile pic from Facebook

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

How to configure testNG in Eclipse?

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

How to install Cordova in Ubuntu

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

1 18 185
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: