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

Search In

Exploratory Testing

Exploratory Testing Whenever the requirements does not exists or requirements exists but not clear then we go for something called as exploratory testing. To perform exploratory testing we first explore the application i.e, use all the possible way

Error : Cannot create a session after the response has been committed in liferay 6.2

Hello guys, We are getting below error when we click on link in liferay 6.2 but now I have resolved this issue. ERROR [http-bio-8080-exec-175][LanguageFilter:83] java.lang.IllegalStateException: Cannot create a session after the response has b

Logging in android

A very nice system is use for logging in android, usually called a centralized system. Developer can filter log statements by using android tools. We can create log statements by using android.util.Log class. Log class have so many methods like Log

Rendering XML and JSON in rails

Rendering xml or json data from the controller method is very easy. We have to just follow this syntax. Example(xml): def index @users = User.all respond_to do |format| format.xml {render :xml => @users} end

Debugging

Debugging The process of identifying and fixing the bugs or defects in software or hardware is known as debugging. Once the defect is identified it is necessary to find and locate the statements in the program which are responsible for the errors an

How to extended the Address in OpenERP(Odoo)?

To extended the Address first we have to go in .py file (Python file) After that we have to decide where we want extended the Address and then write start to end python code to that field. Use below .py code in python file: In below example, I have

How to set the Price Security in OpenERP(Odoo)?

Step-1 Install the Price Security module. Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file. class account_invoice_line(models.Model):

Method Overloading in Java

Method Overloading Creating a multiple methods with same name and with different argument list is known as method overloading. When we are overloading a method argument, list should be unique i.e, it should be unique with either number of arguments

Threads in Java

Thread Thread is a individual program execution path. Each thread has different stack, threads share some memory space. Performing multiple task parallely is known as multitasking and it is achieved by developing multi threaded application. Proces

Risk Management

Risk in software project is any anticipated unfavourable event or possibility of incurring loss in the Project while the project in underway . It can hamper the successful and timely completion of project.To Identify the risk in the Project is always

1 370 720
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: