What does online channel means in testing
What does online channel means in software testing. Difference between online channel and phone channel
End to end testing with example
Could anybody explain in detail what is end to end testing with an example?
I joined a company as test engineer, but there is no testing team, am the first person to take care of testing.Please help me how to plan for testing , my current project is social networking.
You should consider the test strategy, test phases, types of testing that will be performed, testing timelines, test resources, how the defect management will be handled during the test execution and ...
Hai,
you should prepare the test plan as per the client requirement document.that document get from the test analyst..you should prepare the test plan .test plan consist of schedule and environmental resources of your company...all the best naharika
When actions are available why we use functions?
Hi, can anybody give the answer to this question which is recently asked in interview, when we have actions available in QTP, why we use functions?
As per my knowledge Action is specific to that particular test (with in test).
Where as Functions you can use any where not only for that particular test (Global)
Correct me if I am wrong. Thank You!
Sorry, please see correct answer In Keyword driven framework, we will use functions. We will write a test case using keywords and each keyword will become a function and then we will make the test sc...
I am a good tester. How would you justify ?
Good tester qualities in my perception 1. Understand the Requirement throughly, in-detail. 2. Finding as many defect as you can. 3. To make a Checklist up to date. 4. Be a logical thinker, Think out o...
On which basis we write the test cases? When the sanity testing done?
Sanity testing will takes place right after the build deploy to QA team, to check real quickly all the major features working fine in the build or not.
Sanity testing is similar to smoke test but has subtle difference. Sanity testing only done for regression builds. It is done to check if the regression build is stable enough to conduct through regr...
What is the difference between retesting and regressive testing?
Retesting Means Testing only particular module ( functionality) after fixing the issues.
Where as Regression testing means testing entire application functionality. After adding the new feature to the application, to make sure existing functionality does not change.
There is no such term called "regressive" testing. I think you meant "regression" testing. Please you correct terminology. To the people who reply to questions: You are all doing a good job, but do ...
When will you stop testing by ensuring all test cases covered for application?
I will stop the testing in the following scenarios,
1. whenever all the features are working fine according to the requirement(System Testing).
2. Whenever the deadline reaches.
3. when there is no bugs in application.
when the given application for testing is stable or bug free then the test engineer has to stop testing the application
What is the difference between re-spin and patch in a cycle?
If a bug is not found in the testing environment and found in production environment, how will you deal with it?
Answered by: crazytester
View all answers by crazytester
Member Since Dec-2009 | Answered On : Jan 13th, 2010
we make sure that while inserting application into production server we go for user acceptance testing that is easy step to prevent the bugs in the production server.
The action taken would be differ as per the conditions. First of all need to confirm whether the raised production bug is from your testing scope. If yes then we need to know whether it co...
Why do we need software requirement in developing software ?
If we have to prepare software or application for customer or client then we go for his requirements for his application.As developer start developing application according to software requirement specification document which itself needs requirement of client thats why developer need requirements..
It is simple, if you don't know what to build then how you will build.
Requirement is nothing but an objective of what to build as a software product.
Difference between test bed and test set
What is the exact difference between test set,test suit,test bed, test scenario, test module ?
Test Bed: Test Environment like Configuration of Test Site with proper Web Server, Application server, Database Server, VPN Configuration with Credentials, Application Credentials. Test Set: Bunch of...
Test Set - is nothing but set of test data
Test bed - is test environment
Test Suite - Numbers of test cases to be executed
Test Module - is the piece of develped software delivered to the test team
What kind of test data would you need in order to test software?
Positve & Negative Test Data (Valid & Invalid)
Broadly 2 kinds of test data are required to test a software:
Positive
Negative.
so in conjuction with the types of testing you are doing it matters which set of test data you need.
How would the tester set up the test environment?
I m new to testing field can any one plz tell me how to set up the environment in testing
It is always advisable for tester to set up test environment. Approaches: S/W Test Environment: Collect all the information on the s/w and h/w required for test env. Get the s/w and h/w ready collec...
Test environment team is responsible to setup the testing environment..once its setup you can continue with the testing
Thanks,
How to create test case for a function currently under development?
How to test a function while application under development. Kindly any one answer with this to brusankar@gmail.Com. regards, bru
A function can be tested if application is in developing state
if it is a web service call we can do web service testing
else unit testing of the function can be done to make sure that the function is working fine as per the requirement.
You can refer to requirement document such as "Business Requirement Specification" document, "Technical Specification" Document, User Story, Use Case document to get the inputs for test case. You furt...
What is agile method & v-model?
in v model we do the testing in every phase means BRS(business requirement specification) prepared and reviewed by same BA there after he submitted the document ti SA, SRS(system requirement specifica...
Agile Methodology "There are low overheads in the Agile Method as software engineers focus on areas of work that are smaller. Individuals and their interactions are given precedence over processes an...
Frames is a feature supported by most modern Web browsers than enables the Web author to divide the browser display area into two or more sections (frames). The contents of each frame are taken from a different Web page. Frames provide great flexibility in designing Web pages.
The use of multiple, independent sections to create a single Web page. Each frame is built as a separate HTML file but with one "master' file to identify each section. When a user requests a page with...
Testing steps - from which phase the testing should be started ?
As well as is there having any GLobal standard testing phase which should be sequential. Like unit testing - module testing ....So on.
Testing starts at the requirement phase of the SDLC and continuous till the last phase of the SDLC. Steps involved in testing 1.Static testing includes review of documents required for the software d...
What is the expected result for each of the following test cases?
What is the expected result for each of the following test cases? rule1 rule2 rule3 rule4 conditions ---------- citibank card member yes yes no no type of room silver platinum silver platinum actions ------- offer upgrade to gold luxury yes no no no offer upgrade...
d
I think answer is D. Please correct if i wrong
Adhoc testing done by an tester who is having good domain knowledge without following any Test case to find hidden defects.
Adhoc testing will do once the build is ready and is migrated to test environment. Before SIT starts, through Adhoc testing, testers can find high severity defects (Showstoppers) and can stop testing ...