what is virtual machine?
A virtual machine is a type of computer application used to create a virtual environment, which is referred to as virtualization. Virtualization allows the user... Read more »
A virtual machine is a type of computer application used to create a virtual environment, which is referred to as virtualization. Virtualization allows the user... Read more »
Using the scp command, which mean “source copy” Syntax: scp source destination Example: Moving a file foo.txt from machine1 to machine2 scp foo.txt host@machine1:/ Read more »
Swapping is when a process is completely put out of Physical memory to Swap Space when memory is required for some other process.Paging is the term used when only... Read more »
\rm -rf directoryName This is used for remove dirctory with confirmation Read more »
fg command will put a process running in background to foreground. Read more »
ls command cat command more command vi command Read more »
Shell programming is wrong terminology. Its shell scripting. There is difference between scripting and programming. Unix is shell scripting. Read more »
help –command whatis command info command Read more »
Every Process in Linux has execution priority. It ranges from -20 (highest priority) to 19 (lowest). Except su(Super User) others cannot increase the priority.Only... Read more »
grep command is used to search a file for keywords. grep ‘keyword’ file Read more »
1. Mark the jars with numbers 1, 2, 3, 4, and 5. 2. Take 1 pill from jar 1, take 2 pills from jar 2, take 3 pills from jar 3, take 4 pills from jar 4 and take 5... Read more »
Name 1stgame 2ndgame Kiev 1 2 Richard 2 1 John 3 4 Stuart 4 3 Read more »
We should also check the non editable fields thru databasefor example,If a field is non editable via front end, then the user should not be allowed to add a record... Read more »
Test plan consists of test cases. Test cases you develop according to requirement and design documents of the unit, system etc. You may be asked what would you do... Read more »
First of all, see the comments to the previous question. Then, all automation testing tools I ever heard of have a GUI recorder which allows you to record the basic... Read more »