Skip to main content

Posts

Showing posts from January 27, 2014

UNIX Commands

UNIX Tutorial for Beginners History of UNIX : UNIX was originally developed at Bell Laboratories as a private research project by a small group of people. Read all about the history of its creation. Typographical conventions In what follows, we shall use the following typographical conventions: · Characters written in bold typewriter font are commands to be typed into the computer as they stand. · Characters written in italic typewriter font indicate non-specific file or directory names. · Words inserted within square brackets [Ctrl] indicate keys to be pressed. So, for example, % ls anydirectory [Enter] means "at the UNIX prompt %, type ls followed by the name of some directory, then press the key marked Enter" Don't forget to press the [Enter] key: commands are not sent to the computer until this is done. Note:  UNIX is case-sensitve, so LS is not the same as ls. The same applies to filenames, so myfile.txt, MyFile.txt and MYFILE.TXT are three seperate...
QTP Interview Questions 1.      Where can we use a Function or an Action? 2.      What is the difference between an Action and a Function? 3.      What are the various events available in the Recovery Scenario Manager? 4.      What are the Elements of Recovery Scenario? 5.      When to use a Recovery Scenario and When to use “on error resume next”? 6.      What are the key features of QTP at a glance 7.      What are various types of properties when using Object Identification in QTP? 8.      What are the various ways to insert a Action in a test in QTP? 9.      What is the use of Parameterization in QTP? 10.  What are Data Tables in QTP? 11.  What are the Environment Variables? 12.  How many typ...