What is exception handling in automation testing?
Exception handling in automation testing is something which automation engineers take care such that their modules, functions inside scripts, or for that matter entire test script will not have any script errors. In other words, it is exiting a function/module by giving the user a graceful message.
What is testing sequence in sanity and smoke testing? Which will come first?
The smoke testing is done by developer.
Smoke testing is going to be done before functionality testing that is called as intial level testing and sanity testing Will be done before regression testing
What is fish model in detail?
Create this theory on SDLC
Who invented or proposed the fish model?
What is descriptive programming?
Descriptive Programming used to bypass OR. Descriptive programming is used when we want to perform an operation on an object that is not present in the object repository. There can be various valid re...
During the run session, QuickTest finds the object in the object repository based on its name and parent objects, and uses the stored test object description for that test object to identify the objec...
What is difference between regression testing and retesting.
Retesting is testing again after fixing a defect. we are testing the particular module only what we have changed and testing the test case in the same build. Regression testing is the testing the syst...
Retesting: Testing the functionality of the application frequently to ensure that the changes made in particular module is working properly/not. Regression: Testing the entire functionality of the app...
How to write test case for mobile phones
Writing Test cases for Mobile testing is quite different when we compare it to writing for normal web applications. When you say you need to write mobile test cases, do you mean to wrie for the mobile...
can someone describe in detail?????
How do we test websphere application manually?
to test any web application we must do
1.functionality testing
2.usability testing
3.security testing
4.performance testing
5.UI testing
When ever u r testing the web application u have to test the following things.
1) Text present in the web page
2) Links & Navigations
3) Security
4) functionality
bye
ramakrishna
What are the other skills than testing that a tester should have knowledge about?
1. Good communication skills
2. Good analysation
3. Small amount of technical stuff
4. Sensitivity
1) Good knowledge about the domain he/she is working on 2) He/she should be a good observer 3) Should be able to identify where the number of errors found is maximum 4) Should have good communication ...
What are entry and exit criteria in test plan?
explain quality control and quality assurance and its processes with example?
Entry and Exit criteria is completely task dependent. Means, it depends on what task you need to do or you have to perform. In general, entry criteria is a set of conditions that permits a task to p...
How to make test case template for drop down box?
What document we need for qa / qc / testing
First we should have SRS, also we should have testplan.
There should be a process doc for all QA AND QC
Before preparing the TS document we should focus on project stability or complexity based on this TS will be prepared by TL and the same will be reviewed by test manager TM or PM.
Hey we can follow Manual r Automation Strategy ..
We can't Automate .net Appli using Winrunner..
So,we can do it using QTP ..
Regards
How to implement testing process without having requirement document?
There will not be any testing process without the requirement. so we cant implement the testing process without the requirement.
Plan before you do. This should be the procedure followed by a tester. Tester should make a mindmap before starting a formal testprocess.
Random Testing just like monkey testing because we don't want to test sequentially and we don't to follow any document.
Random testing is a form of functional testing that is useful when the time needed to write&run directed tests is too long (or the complexity of the problem makes it impossible to test every combinati...
A->uib->uic->dia*b*c=dif d went wrong how would you analyse the test senario and find the reason why this defect occur?
Test Scenario is nothing but a high level flow illustration of a functionality. A test scenario may contain n number of test cases. For example, Check whether an user is able to login into Gmail with ...
Test scenario: Think of a scenario as a workflow. It tests a series of test cases some real time situations or work flow or real existence of work that how we going to do that thing. e.g.:- we decided...
What is the difference between severity and priority?Which one is used by a tester?
Severity is decided by the testers but the developer has to decide the priority to fix a problem, testers could not decide the priority.
SEVERITY- is the seriousness of the problem or how adverse effect does it have on the functionality of the application.
Severity - is nothing but the impact of the defect on the application.
PRIORITY- is what priority is given to the defect for its fixation or urgency to solve a problem.
What is object repository? How many ways it has categorized? State the difference? With example?
Object Repository is nothing but a storage of all the objects, where all the objects with their functionality are stored.
Hi there Repository is the place where we keep something and when require we can take back those things. Likewise Object repository is a place in QTP tool where test objects are stored while recordi...
What are the types of testing that come under system testing?
system testing is testing the data flow between the functionality and non functionality flow of a system.it is where the application is working fine wen the functionality flow is changing.
System testing of software or hardware is testing conducted on a complete, integrated system to evaluate the systems compliance with its specified requirements. System testing falls within the scope o...
Editorial / Best Answer
Answered by: Sahithi
Answered On : Nov 25th, 2005this matrix defines the mapping between customer requirements and prepared testcases by testengineers.this matrix is requirements traceability matrix or requirements validation matrix.this is used by testing team to verify how far the testcases prepared have covered the requirements of the functionalities to be tested.
Traceability matrix:::(by using the traceability matrix we are giving assurance to the client that each and every requirement covered in the form of test cases and all the test cases are executed. ...
The mapping of Test Requirements with Test Case to check weather all requirements have been covered is called traceability matrix.
There are two kinds of Traceability matrix.
1. Forward Traceability Matrix.
2. Backward Traceability Matrix.