Tag: testing
Questions Related to testing
-
Black box testing appropriate to all levels of testing
-
Black box testing used only by developers
-
Black box testing appropriate for system testing only
-
A white box testing appropriate for component testing only
-
Occurence*risk factor
-
Frequency* risk factor
-
Probablity* influence
-
Risk factor* risk response number
-
Visual Studio 2010
-
Notepad
-
MS-Wordpad
-
All the above
-
Syntax Error
-
Copies “D:\test.txt” to current directory
-
Invalid arguments
-
None of the above
-
Deletes c:\test.txt and lists the contents of c:\Windows to c:\test.txt
-
Errors out as test.txt does not exist
-
Deletes c:\test.txt, if exists, and lists the contents of c:\window to c:\test.txt
-
Errors out as test.txt does not exist and rolls back all the commands.
-
Prints numbers from 6 to 9 into c:\test.txt
-
Prints numbers from 5 to 10 into c:\test.txt
-
Prints only 10 to c:\test.txt
-
Infinite loop
-
Writes the names of all the files present in the current directory to d:\test.txt
-
Copies d:\test.txt to windows directory
-
Writes the help options available on ‘Copy’ into d:\test.txt
-
Not a valid command
-
To execute a set of statements in one go
-
To do file management
-
To make registry changes
-
All the above