GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing
Go To First  |  Previous Question  |  Next Question 
 Testing  |  Question 102 of 413    Print  
1. How do we test a web application manually in different configuration in a single system

2. What is build version and draft version (CVS - concerned version system)


3. while testing we found one bug but developer wont accept that its a bug then how do you handel such situation.

4. What is bug login and bug tracking

5. After doing traceability matrix how do you know that our test cases covers all functionality.




  
Total Answers and Comments: 2 Last Update: May 17, 2006     Asked by: venkatesh 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Renuka Bhagat
 

Hi

Bug login is the process of posting a bug into a tool or a uitlity specifying the case under which that particular bug has evolved.

When we say posting a bug, it means we are making a note of the bug

The bug Tracking is the process of monitoring the series of activities like Rechecking and Verifying the bug once it has been fixed by the concerned developer.

Regards

Renuka !!!!!!!!!!!!



Above answer was rated as good by the following members:
kprasadbio
May 15, 2006 07:26:26   #1  
Renuka Bhagat        

RE: 4. What is bug login and bug tracking

Hi

Bug login is the process of posting a bug into a tool or a uitlity specifying the case under which that particular bug has evolved.

When we say posting a bug it means we are making a note of the bug

The bug Tracking is the process of monitoring the series of activities like Rechecking and Verifying the bug once it has been fixed by the concerned developer.

Regards

Renuka !!!!!!!!!!!!


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
May 17, 2006 02:00:43   #2  
Srinivas        

RE: 1. How do we test a web application manually in di...

Using Ghost Images we can test the applications in different configuaration.

Nortan Ghost creates the images of primary drive which can be easily restored in couple of minutes. For creating ghost images we need to first install the operating systems and required softwares assuming the requirement of the appliations to be tested. This is also called System Testing.

Srinivas

Swisswin


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : Pairwise Testing is performed as we get more faults when two fields (pairs) intreact each other. For Example: There are two fields say "City" and "Zip Code". Below can be some pairs to pass into these fields:City: Delhi, Mumbai, KolkataZip Code: 7647647,3423434,253454Say ...
Read Answers (12) | Asked by : raja

Latest Answer : A use case is the functionality defined in a system, and a test case is a sequence of test inputs and expected outputs for the functionality. ...
Read Answers (25) | Asked by : Varun

Latest Answer :    It means what kind of approach is following while testing.Company to company or project wise is varying for testing approach, we can tell shortly as model.Ex: V-model, waterfall model,spiral model...etc.How testing is initiated and ending ...
Read Answers (14) | Asked by : Subhash

Latest Answer : Different steps in automation testing approach can be defined as follows,1. Check the stability of the product2. Decide the interface to be tested3. Decide the scope of automation4. Identify individual test cases5. Fine tune the test cases6. Decide ...
Read Answers (7) | Asked by : Subhash

Latest Answer : There are three types of Testing Techniques1) Equivalence partitioning2) Boundary value analysis3) Error guessing ...
Read Answers (18) | Asked by : Subhash

We submit the bug which has produced in our environment and , but after submiting that bug that is not reproduced in developer enviornment.... in such situation what we have to do???
Read Answers (14) | Asked by : omkarqa

Latest Answer : Mainly 3 types of tests cover under the system testing1.usability testing.2.Functional testing.3.Non-functional testing.Again Usability testing is classified into 2 types1.User interface testing2.Manual testing.Functional testing is classified into 2 ...
Read Answers (6) | Asked by : omkarqa

Latest Answer : Select teh basic functionality test cases .Identify the End to end test cases to test required functionality to cover the main requirement.Prepare the different types of test data to test to achive customer req..Check the Actual results with expected ...
Read Answers (7) | Asked by : omkarqa

Latest Answer : Who know the Prioritize of the bug? who know shich bug is to fix first? developer or Tester? Is Tester is well aware on this bug is to fix first? if a bug showstopper and unable to procedd and it was low priority by Tester. is it ryt?So Developer or Team ...
Read Answers (28) | Asked by : omkarqa

Latest Answer : Test Matrix: Test Matrix is simillar to the Test Traceability Matrix. Which maps the Test Cases with Requirement. to check all the functional flows are exactly covered with the  Requirment.Test Metrics: Test Metrics is used as a basis for estimating ...
Read Answers (4) | Asked by : omkarqa


 Sponsored Links

 
Related Articles

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

ODP.NET - Retrieving a Single Row of Information Using OracleDataAdapter

ODP NET Retrieving a Single Row of Information Using OracleDataAdapter In the previous example we worked with a set of rows in the DataTable object Now we shall work with a particular row using the DataTable object The following code accepts an employee number from the user and gives you the details
 

ODP.NET Developer’s Guide Review

ODP NET Developer’ s Guide Oracle Database 10g Development with Visual Studio 2005 and the Oracle Data Provider for NET ODP NET Developer’ s Guide Oracle Database 10g Development with Visual Studio 2005 and the Oracle Data Provider for NET is a book written by Jagadish Chatarji P
 

Application Development in .NET

ASP NET 2 0 Tutorials Application development in NET Client Side Application Development Client applications are applications that run on the client system or the desktop of the user They are closest to the traditional windows based applications and they display forms or windows on the desktop enabl
 

N-Tier Application Partitioning

N Tier Application Partitioning Application partitioning is a vital process as it provides one with the opportunity to clearly define an even distribution of an application s presentation process and key data components without which you may find yourself feeling quite lost The components may be dis
 

N-Tier Application Manageability

N Tier Application Manageability While it is a fact that N Tier applications tend to provide almost limitless scalability the desire to change or add new forms of functionality can present a challenge in more than one arena Growth on a large scale can make capacity planning quite hard When available
 

ERP Success cases

ERP Success cases You have probably heard a lot about ERP systems especially about their implementation and its advantages and disadvantages Here you will find that there are no unachievable targets and that every effort brings benefits These are the stories of people who found success through ERP i
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

Application Frameworks in SQL Server 2005

The new application framework of SQL called the Service Broker is a distributed application framework that provides relable asynchronous messaging at the database to database level. It allows internal and external processes to exchange streams of reliable asynchronous messages using extensions of T-
 

Testing and Integration

Once the software is complete, it will go though rigorous testing before its actual integration.  In this article we will take a look at different types of software testing and also different types of integration. With the diversity of business setting and software development models, it al
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape