
Search In
The biggest advantage of Selenium is that its an open source automation tool same as HP's quick test pro, it is created by Jason Huggins in 2004, who was an engineer at thought works, he was working on an app that required frequent testing, then he
Automation testing over Manual testing
1. We do automation testing when the nature of testing is repetitive or when project is large.Testing a part of application again and again lead to frustration. Doing manual testing in this kind of repetitive t
Integration Testing Approaches:
1. Big Bang: Where all of the modules are combined together and tested as single system. In this approach tester test only data flow between integrated parts not the entire system as happened in the system testing.
2.
Integration Testing: In Integration testing, more the one system's modules are combined and tested together to check data flow from one module to another.
Integration Testing Approaches:
1. Big Bang: Where all of the modules are combined together an
here is the method for doing drag and drop operation on mozilla
Create Driver for any Browser(Mozilla)
Go to the URL
Create an Action object for Driver
Fetch and create WebElement object for the SOURCE element.
Fetch and create WebElement object
Ad hoc Testing
Ad hoc Testing is a software testing process where a Software tester dose testing without any proper planning. In Ad hoc testing is performed without any test case execution. Here testing is done without having any proper understandin
Hello guys
To retrieve a record form DDLRecord in liferay 6.2 please follow the below given code.
Here in below code I am retrieving records from DDLRecord according recordId.
here recordId = 11207.
List<DDLRecord> ddlRecords = null;
Hello guys,
Some programmers many time faces difficulty while changing date format in liferay. Therefore By Below example, I am going to guide you How to change date format in liferay?
Given bellow is the date format in GMT of liferay
"E MMM dd
If you want to store multiple values in a single variable javaScript arrays are used.
There are few ways to store values in array in javascript which are mentioned below.
First way:
HTML:
<div id="fruitList"></div>
Javascript:
var fr
How to Make an OpenERP module configuration file?:
It is very simple to Create a module in OpenErp. All you need to know is the basic structure of any module to be used in the system. So if you want to make a simple module in openerp, here below
