Hi.. I will be posting all the testing related stuff here. The content posted here is a collection from different websites.

Saturday, June 14, 2008

continuing with Q&A

1. If I created an application with .pcs extension how will u test in IE?
Ans Pcs is one of the picture storage file extensions like jpeg,bmp etc.So the file should be downloaded and displayed in the same fashion as a bmp or a jpeg file does.

2. How will you test login page? Can we apply sql injection there?
Ans Login page can be tested using the validations framework.Yes we can apply the sql injection if there are too many number of users and these have to be crosschecked with the database values.

3. How will you change java script in IE?
Ans Open java script file in IE ..then go to View - > source

4. Can IE 3.,IE 4,IE 5,IE 6 work simultaneously on same computer
Ans No it is not possible

5 If I wrote a program , that has to work for Korea language but it is showing English words in the application ?what might have gone wrong
Ans The language console has to be changed

6. How do an org know that their page is viewed?
Ans If it is asp.net -> In global.asa file we have to set application scope -> create and initialize the page hit counter object.

7.How to kill a process in windows with out using UI (i.e. Task Manager)?
Ans By using Kill utility.This is the command we have to use kill processid

8. How can you do that in LINX OS?
Ans Kill system call

9. How do you change the DATE of the computer system with out using UI (i.e. At command prompt)?
Ans At the time of booting-> select the setup option -> System settings

10. How do you test a Login page which contains a username and password fields and a submit button?
Ans The username & password can be tested using the validations framework.Submit button can be tested using the actions framework.

11. If you are a Test Manager, How do you limit the size of password and username fields?
Ans Using Boundary value analysis


12.How do you improve your computer performance while you are testing an application
Ans. Do not open multiple instances of the application

13 How is the security works between Browser and Webserver(Certificate)?
Ans Using SSL ( https)

14 Difference between boxing and un boxing?(.Net or Java 1.5)?
Ans Boxing means coverts primitive data values to Objects.
Unboxing is nothing but Object to primitive.

15 Command to find Linux version, IP Address?
Ans ifconfig

16. What's the length of IP Address?
Ans 32 bit

17 can u open msaccess file through excel
Ans Yes …


18 How do you track testing of applications?
Ans For tracking the testcases we generally use a QA workshop(website where the testcases and its status is updated)
For tracking the bugs we use a bug tracking tool

19 How do you ensure that testing is enough for an application?
Ans When the entry and exit criteria is fulfilled

20 How do you test the Windows Update process?
Ans By verifying the sizes and timestamps of the files which got updated.

21 How can you access/change username and password of windows users?
Ans . Right Click on My Computer ->Manage ->Local users and Groups ->Users

22 Difference between .EXE and .DLL?
Ans Exe is an executable file which can be used to run any application on windows platform.
DLL is a set of libraries which is used to support the exe file.

No comments: