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 files. Beware if copying files to a PC, since DOS and Windows do not make this distinction.
UNIX Introduction
This session concerns UNIX, which is a common operating system. By operating system, we mean the suite of programs which make the computer work. UNIX is used by the workstations and multi-user servers within the school.
On X terminals and the workstations, X Windows provide a graphical interface between the user and UNIX. However, knowledge of UNIX is required for operations which aren't covered by a graphical program, or for when there is no X windows system, for example, in a telnet session.
The UNIX operating system
The UNIX operating system is made up of three parts; the kernel, the shell and the programs.
The kernel
The kernel of UNIX is the hub of the operating system: it allocates time and memory to programs and handles the filestore and communications in response to system calls.
As an illustration of the way that the shell and the kernel work together, suppose a user types rm myfile (which has the effect of removing the file myfile). The shell searches the filestore for the file containing the program rm, and then requests the kernel, through system calls, to execute the program rm on myfile. When the process rm myfile has finished running, the shell then returns the UNIX prompt % to the user, indicating that it is waiting for further commands.
                                                                                                                                  READMORE

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 types of Parameters are there in QTP?

13.  What is Descriptive Programming?

14.  After creating the test, what is the purpose of running them?

15.  What are the main stages of Testing with QTP?

16.  How can we do the Analysis of Results in QTP?

17.  What is Business Process Testing?

18.  What are Permissions Required to Run QTP?

19.  What is the role of Keyword View in QTP?

20.  What is the role of Expert View in QTP?

21.  What are the various utilities and tools available in QTP?

22.  What is the concept of Test Object Model in QTP?

23.  Please explain some real world scenario explaining Object Learning process
of QTP?

24.  What is the method used by QTP to learn objects?

25.  What is Test Object Method in QTP?

26.  What are the Test Object Properties in QTP?

27.  How to decide on whether to save the objects in Local or Shared Object
Repositories?

28.  What are the possibilities of Exporting the data among various Object
Repositories?

29.  What is the effect of restoring Default Properties for a Test Object in QTP?

30.  What is the use of Ordinal Identifiers in QTP?
                                                                                                                                   READ MORE