The first step toward success is taken when you refuse to be a captive of the environment in which you first find yourself.

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Wednesday, 3 October 2012

New features that are available in QTP 11

Complete list of new features that are available in QTP 11 XPath and CSS based object identification Identify objects not only using normal object identification but withXPath and CSS identifier properties. A much awaited and a killer feature Good Looking and Enhanced Results Viewer The new improved results viewer provides an executive summary page with summary data, pie charts and statistics for both the current and previous...

Reverse Number

#include <stdio.h>#include <conio.h>main(){                int n, rev, temp;                clrscr();                                printf("Enter number to reverse : ");               ...