Friday, February 1, 2013

How can you report the defect using excel sheet?

To report the defect using excel sheet
Mention    :    The Feture that been effected.
mention    :    Test Case ID  (Which fail you can even mention any other which are              dependency on this bug)
Mention    :    Actual Behavior
Mention    :    Expected Behavior as mentioned in Test Case or EFS or EBS or SRS document                                                                                     with section
Mention    :    Your Test Setup used during Testing
Mention    :    Steps to Re-Produce the bug
Mention    :    Additional Info
Mention    :    Attach a Screen Shot if it is a GUI bug
Mention    :    Which other features it is blocking because of this bug that you are unable to 
                     execute the test cases.
Mention    : How much time you took to execute that test case or follow that specific TC
                  which leaded to bug

Explain about Bug life cycle?

1)tester->
2) open defect->
3)send to developer
4)->if accepted moves to step5 else sends the bug to tester gain
5)fixed by developer ->
6)regression testing->
7)no problem inbuilt and signoff
8)->if problem in built reopen the issue send to step3

examples for high priority and low severity defects?

Suppose in one banking application there is one module ATM Facility. in that ATM facility when ever we are dipositing/withdrawing money it is not showing any conformation message but actually at the back end it is happening properly with out any mistake means only missing
of message . in this case as it is happenig properly so there is nothing wrong with the application but as end user is not getting any conformation message so he/she will be
confuse for this.So we can consider this issue as HIGH Priority but LOW Severity defects..

Explain your web application archtechture

web application is tested in 3 phases
1. web tier testing --> browser compatibility 
2. middle tier testing --> functionality, security
3. data base tier testing --> database integrity, contents

What is difference between the Web application testing and Client Server testing?

Testing the application in intranet(withoutbrowser) is an example for client -server.(The company firewalls for the server are not open to outside world. Outside people cannot access the application.)So there will be limited number of people using that application.
Testing an application in internet(using browser) is called webtesting. The application which is accessable by numerous numbers around the world(World wide web.)
So testing web application, apart from the above said two testings there are many other testings to be done depending on the type of web application we are testing.
If it is a secured application (like banking site- we go for security testing etc.)
If it is a ecommerce testing application we go for Usability etc.. testings.

what are the contents of SRS documents?

Software requirements specifications and Functional requirements specifications.

what is basis for testcase review?

the main basis for the test case review is

1.testing techniques oriented review
2.requirements oriented review
3.defects oriented review.

example for high severity and low priority defect?

if suppose the title of the particular concern is not spelled corectly,it would give a negative impact.eg ICICC is spelled as a tittle for the project of the concern ICICI.then it is a high severity,low priority defect.

what is meant by Priority and severity?

Severity:  

1. This is assigned by the Test Engineer
2. This is to say how badly the devation that is occuring is affecting the other modules of the build or release.

Priority:

1. This is assigned by the Developer.
2. This is to say how soon the bug as to be fixed in the main code, so that it pass the basic requirement.
Eg., The code is to generate some values with some vaild input conditions. The priority will be assigned so based on the following conditions:
a> It is not accepting any value
b> It is accepting value but output is in non-defined format (say Unicode Characters).
    A good example i used some unicode characters to generate a left defined arrow, it displayed correctly but after saving changes it gave some address value from the
stack of this server. For more information mail me i will let you know.