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

Search In

Error Guessing

What is Error Guessing? Error Guessing is a technique to find any bug through tester's experience. The main purpose of Error Guessing is to focus the testing activity on areas that have not been handled by other formal techniques. If the tester has

Help with java defensive programming technique

I have a the following four classes..  FTPApplication- Models FTP commands in a modular, extendible way. This abstract class provides several methods used by both the client and server. ServerSession- Models an FTP session with a client. Implem

How to get right debit / credit in accounting module?

If you want to get right debit / credit in accounting module follow the following code . target_currency = target_currency or company_currency line_currency = line.currency_id or company_currency amount_currency_str = ""

How to deal with Out of Memory Exception in Android ?

How to deal with Out of Memory exception in android: In android we encounter with out of memory exception many times. The reasons are we don't have expanding memory and completely dependent on device the memory available on phone. So we don't have c

Optimize memory with MAT

We know that Garbage Collectoris a program that automatically removes unwanted data held temporarily in memory during processing. Android also have its own garbage collector but this is not always guarantee all the times so we can't ignore heap memo

Camera Simulation in iOS Simulator.

Every now and then the Xcode developers have to make use of the iPhone camera to click pics, photos and even different types of symbols and codes like bar code and more recently the QR Codes (Quick Response codes). The primary problem faced by the d

Password validation Using HTML5 and JavaScript Function

Hello Readers In my previous two blogs, I separately explained about Password Validation using JavaScript and Password Validation using HTML5. In this blog, I will explain you all how to separate form and function, so basically it will help

include and require statement in php

In php you can include the content of one PHP file into another PHP file using the following statement: include statement: It will produce a warning if the file is missing or uable to load the file and the script continues to execute. Syntax: incl

Test Case Design Techniques

Test Case Design Techniques These are the techniques that should be followed while writing the test cases to drive the maximum test coverage. Following are the Test Case Design Techniques: Error guessing. Equivalence partitioning. Boundary value

Cannot instantiate the type AppiumDriver issue

I was trying to open the contacts list of my mobile through the code given below but the piece of code is showing me error when trying to instantiate the Appium driver. public class TestContactsNativeApp { public static AppiumDriver driver; pu

1 24 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: