What is the difference in writing the test cases for integration testing and system testing
What is a deliverable ? Can you please mention the names of deliverables in your current project .
Test Specification
Test Report
Defect Report
Review report
Release notes
Test Plan doc
Yes .. we can check all the URS/Links provided in the webpage are working or not.
1)Get the child objects (Links/URLs) from that web page.
2)Select the link/URL
3)Search for any object in the page which is opened after selecting that link/URL
Function CheckLinks2 (BrowserObject, BrowserPage) CheckLinks2 = True sPage = "micclass:=Page" sBrowser = "creationtime:=" ...
What is the difference between stub and driver?
Hi,Difference Between Stub& Driver1. Stub is a piece of code emulating a called function, a driver is a piece of code emulating a calling function.2. Stubs are created integration testi...
STUB: A DUMMYT S/W COMPONENT WHICH IS USED SIMULATE THE BEHAVIOUR OF THE ORIGINAL S/W COMPONENT IT'S USED OLNY FOR THE OUT PUT
DRIVER: A S/W COMPONENT USED TO INVOKE THE TEST AND OFTEN PROVIDE TEST TO INPUT,O/P,ANALASISS
What is the different between retesting and resgession testing?
Hi, Retesting :In Retesting we are going to check weather the bug is fixed or not... Regressoin testing...
The main difference is, Reexecution of the same build is "RETESTING" Reexecution of the modified Build is "REGRESSION TESTING"
Can anyone explain , "what is meant by equivalnce partitioning "?
Hi,Equivalence PartitioningThis method divides the input domain of a program into classes of data from which test cases can be derived. Equivalence partitioning strives to define a test case that unco...
Equivalnce portioning is the one of the technique of Block Box Testing. It designed to minimize the test cases.
How can you differntiate severity and priority based on technical and business point of view.
This is Based on the Business Rule. we will given siviarity and team leader or QA person given priority.
Priority determines the urgency or order of importance of the bug.
Severity determines the state or quality of being severe,how severly it affects the system.
Severity is a technical issue where as priority is a business issue.
Describe bottom-up and top-down approaches
Hi,Bottom – Up Approach: The subsystems in the lower level of call hierarchy are tested individually. Then the next level subsystems are tested that call previously tested subsystems. This is done rep...
Top Down and Bottom Up Both are coming under Intigration TestingThere are 2 types of Intigration Testinga) Incremental Intigration Testingb) Non Incremental Intigration TestingBut Incremental testing ...
Hi, This is Srinivasulu.chittoor.
Iliaz answer is correct answer
DD=Total Defect/KLOC( Kilo lines of Code).
Thanks
Srinivasulu.chittoor
Sr test eng
no of bugs for the unit code
What are the different methodologies used in testing ???
The Test Methodologies are refinement of Test Strategy.
Black box testing
White box testing
Grey Box testing
Red box testing
these are the Testing TECHNIQUES & not Methodologies.
As per my knowledge, the testing methodologies are Black Box, White Box and Gray box.
BVA, Equilance Partition, Error guessing, etc., those are test case techniques not methodologies.
Please let me know, if I am wrong.
Thanks,
Srinivas
What is the diffrence between test life cycle and defect life cycle?
Test life cycle:1. Prepare the test strategy.2. Prepare the test plan.3. Prepare the test cases.4. Execute the test cases.5. Analyse the result.6. Do the regression testing.7. Submit the bug free buil...
Both are different.
in test life cycle we discuss about testing,planning, developing,eecuting.reporting....
bug life cycle is a part of testing. in this we discuss about defect profile document. how the defects are rectified, what is the status of defect, ie new, open, close, reopen,hold....
Hi.
Rational ClearQuest is an IBM Rational product. It is a Defect and Change Tracking System. It allows to manage and maintain Defects and change requests that you get from your customers on products or projects.
Regards
Savitha Sridhar
Hi, this is Srinivasulu.chitoor
jyothirmayi answer is correct answer.
Thanks
Chittoor
Sr.test eng
What are the modes of winrunner.(neither recording modes /nor run modes).
Winrunner recording modes are context sensitive mode and analog modeby default winrunner takes context sensitive mode.In context sensitive mode, it records mouse click. ie., press and release of the m...
Winrunner Recording modes are Consexsencitive Mode and Analog Mode
Winrunner Run Mode are Verify Mode,debuge Mode,Update Mode
Winrunner GUI modes:-Globel, Per test
Winrunner Recording methods:-
Record
Pass-up
Object
Ignore
if any clarification let me know.
Thanks
srinivasulu.chittoor
What is environment variable in winrunner?
Environment Varibles:- Built-IN
User-Defined.
Thanks
Srinivasulu.chittoor
Sr.test eng
environmental variable are the variables that are associated with the application.In winrunner and QTP we have two types of environmental variables. that are user defined variables and System defined ...
Automation Life Cycle:(here iam saying about winrunner i'm not sure about other tools)1) Learnig: Run Rapid Test Script wizard by this it will learn the objects &captures all the ...
testing life cycle: life cycle devided into 2 parts..
pre execution:-#
while execution:-
What is the diffence between functional testing & black box testing?
functional testing is a black box testing because in functional testing we test without looking inti its internal behavior or without looking into the code.In functional testing we are testing whether...
Black box testing does not require knowledge of source code in order to perform tests. Black box testing can include both functional and non-functional tests. Functional tests are those th...
How do you test whether a database in updated when information is entered in the front end?
Hi,
You can test through manually through oracle or pl/sql by executing the queries and through automation by retrieveing the data and comparing with the input.
Thanks,
Praveen
with database chk point only in winrunner,but in manual we will go to front end using some information.will get some session names using tht session names we search in backend.if tht information is correct then wewill see query results.
If the actual result doesn't match with expected result in this situation what should we do?
Venu Narayan..couldn't agree with you more! The part until logging the bug and a tutorial on 'how to' is also great except for assigning severity and priority. I disagree on this! BA, QA team, Dev l...
Its simple need to cross check once again with that test case and lock that as an issue, and you have to decide the priority severity and register it in bug tracking tool so your test lead developer and project manager get noticed that.
When is the best time for system testing?
Schedule of each type of testing is specified in Test plan written by the test leadIn system testing we make sure that the system works well with the real environment with the real data.So before star...
when all the modules are integrated and integration testing is done on 2 or more modules is over then we will go for system testing where will test the whole application, and system testing consists of Perforamance Testing, End to End Testing, Security Testing.
Plz correct me if i am wrong.
What is use case? What is the diffrence between test cases and use cases?
Usecase is sequence of flows to achieve certain requirement.
use case is noting but user story.
test case is step by step method to validate requirements.
What is the difference between the test case and a test script
Test case is step by step method to validate requirements for manual testing.
Test script is step by step method to validate requirements for Automation testing.
Test case term is used in manual test.
Test script term is used in automation test.
How do you test if you have minimal or no documentation about the product?
If we have minimal or no documentation about the product the I will discuss the application scenario with the business analyst or developer or both . Based on the discussion I will prepare a document and will write test cases based on that.
This would be done through exploratory testing. And ask a lot of questions!
Describe to me the software development life cycle as you would define it?
A set of processes followed to develop a software product is called as Software Development life Cycle.Usually there are two different types of flows to indicate the life cycle.First Flow:(Tradit...
Hi,
The various activities which are undertaken when developing software are commonly modeled as a software development lifecycle.
How to test database in manually? Explain with an example
Testing a database can involve a combination of black-box testing and validation of the database using queries. One example would be to verify whether data is beling properly validated and then ...
I think database testing evolves the testing of the data that we retrieve from database by writting queries. So to implement the database one must be proficient with writting queries.Another point is ...
integration testing is a white box testing .which is done by developers.(verifications ) whether software is made according to client requirements. system testing is a black box testing which is d...
Integration testing : During developing time various teams of same proj will work. After completion of the individual modules dev then all the modules will integrate to each other.After integration w...