Abhilash’s Software Testing Basics, Weight Training Tips

Software Testing Tips and Techniques, Weight Training tips

PM Hut – Project Management

Hey Folks, check out my article on RISK ANALYSIS at www.pmhut.com (One of the largest Project management sites in the world).

http://www.pmhut.com/?s=%22Abhilash+Gopi%22

Thank you,

March 2, 2009 Posted by Abhilash Gopi | Software Testing | , , | No Comments Yet

Basic Security for your Computer System and Intellectual Property

SECURING YOUR COMPUTER SYSTEM and DATA

IT – WHY SECURITY IS REQUIRED

  • Paradigm shift from Manual Systems to  Automated IT systems
  • Business has become IT-centric
  • Lot of stake with loss of Virtual Data
  • Financial transactions gaining importance on the  Web.
  • Intellectual Property being highlighted as a  highly confidential matter hence to be highly  secured.

Read more »

January 14, 2010 Posted by Abhilash Gopi | Software Development | , , , , , | No Comments Yet

QTP – Accessing SQL Server for automation test needs

Here’s the script that will enable you to connect to SQL Server Database and carry out basic functional tests.

Enhance the script as you may deem fit to cater to your testing needs. All the best.
Read more »

December 16, 2009 Posted by Abhilash Gopi | Automation, Software Testing | , , , | 3 Comments

Database Testing – Need and How to?

Why Database testing is required?

It is important to test the DATA ACCESS layer, since it is the interface between the front end and the DB.

The traditional testing always focused on the FRONT END/ GUI and the DATA ACCESS layer was ignored.

Read more »

December 11, 2009 Posted by Abhilash Gopi | Software Testing | , , , , , | No Comments Yet

SQL Query Optimization Techniques and Tips

SQL Query Optimization Tips

The most important part and parcel of a Database management system is the SQL. It will differ from product to product. Given below are some tips on how to write a well optimized query and avoid performance bottlenecks.

Primary verification of the SQL.

1)       The SQL query will need to be verified by two parameters

  1. The SQL returns the appropriate results.
  2. The SQL adequately addresses the issues of optimization and efficiency. Read more »

December 10, 2009 Posted by Abhilash Gopi | Software Development | , , , , , , | No Comments Yet

A very effective routine to maintain your fitness levels

Try the following to effectively enhance your stamina, strength and maintain general fitness.

1) Jog 100 metres

Jog 100 metres

Jog 100 metres

Read more »

December 8, 2009 Posted by Abhilash Gopi | Health Tips | , , , , | No Comments Yet

Structured Query Language (SQL) – Understanding Table JOINS

Structured Query Language (SQL) – Understanding Table JOINS

1)      INNER JOIN

The inner join is given as

SELECT d.Dept_name, e.emp_name

FROM Department  d

INNER JOIN employee e

ON d.dept_id = e.dept_id

Read more »

December 8, 2009 Posted by Abhilash Gopi | Software Development | , , , , , , | No Comments Yet

Structured Query Language (SQL) – Using the UNION / UNION ALL

Structured Query Language (SQL) – Using the UNION / UNION ALL

In this case, let’s consider the tables such that it will be easier to understand the intricacies of the Union.

Table DEPARTMENT contains the Dept_ID and the Dept_name.

Table EMPLOYEE contains the Emp_ID, emp_name, incentives, deductions  and contains the details for the permanent employees.

Table TEMP_EMPLOYEE contains the EMP_ID, emp_name and contains the details for temporary employees. The tables have been segregated to understand the UNION query.

Read more »

December 8, 2009 Posted by Abhilash Gopi | Software Development | , , , , | No Comments Yet

Structured Query Language (SQL) – Using GROUP BY/ HAVING

Structured Query Language – Using Group By/ Having

The GROUP BY query is typically used with aggregates.

SELECT d.dept_name, d.location, count(e.emp_ID)

FROM department d, employee e

WHERE d.dept_id = e.dept_id

GROUP BY d.dept_name, d.location

Read more »

December 8, 2009 Posted by Abhilash Gopi | Software Development | , , , | No Comments Yet

Creating a Keyword Driven Test Automation Framework

Test Automation Framework.

Automation:
With increased effort being directed to automation; it is equally important to know that to be successful and efficient necessiates for some basic infrastructure in place. The importance of an automation framework gets prime focus if you are planning to embark on a full-fledged automation effort. However creating an automation framework does not come on a platter. A huge effort does goes in to identify the scenarios and the reusability nature of the various components within the framework model.

It is equally important to know the specific operations that could synergically combine and work together to generate the final result. Read more »

December 4, 2009 Posted by Abhilash Gopi | Automation, Software Testing | , , , | 1 Comment

Michael Jackson’s “This is it”.

This is it“. The much wanted movie for Michael Jackson fans. I finally saw it on November 7, 2009. It held me spellbound. Amazing is what I can say. It has been filmed by the few set of cameras during the period from March to the day until his demise and gives insights into the human nature of the King of Pop. Read more »

November 9, 2009 Posted by Abhilash Gopi | Michael Jackson | , , | No Comments Yet