when we need testing
Answers were Sorted based on User's Feedback
Answer / dheeraj shandilya
In general testing is a day to day life activity.
We can test everything we do. Testing is needed because we
all make mistake. Some of these mistake are unimportant but
some of them can cause severe damage.
Mistake can be from bad assumptions, blind spot,
misunderstanding, error in use etc.
| Is This Answer Correct ? | 1 Yes | 1 No |
Software testing is the process of identifying the flaws or defects in the system and make sure it is compliant with the client requirements before releasing it to the market.
But testing can never assure 100% bug free software.
This might show the inconsistency and inefficiency of testing process or testing methodologies followed, it could also account the human errors in case of manual testing or script errors in case of automated testing.
This directly impacts the quality of the software.
Hence, in order to improve the software quality, certain protocols and rules need to be laid down and complement the efficiency of the software.
Every software undergoes the risk phase.
Hence risk management is a very important factor which needs to be taken care in order to improve the software quality, reliability and robustness of the software.
Also there should be high amount of transparency as to where the software stands in terms of quality, quantity, progress, user effectiveness, compliance to requirements etc.
This raises an alarm to have a systematic metric and report based process, thus giving rise to test metrics and reports.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sudhansu sekhar panda
According to me we need software testing because of the
following reasons
1) We all can do mistake which leads to deffect and which
leads to failure of the produt
2)In order to avoid the inconsistent between the functional
requirements as well as the actual requirements(i.e
verification against the requirements).
3)S/w testing is a method to identify the
errors/deffects/bugs/issues/flaws inside a product
4)S/W testing is a way which helps to improve the quality.I
found 10000000 bugs once and the developers
chose to fix none of them. So how much did the
quality improve?
- I once worked with developers who introduced 2
bugs for every bug they were trying to fix. I reported
100 bugs, how much did the quality improve?
Thanks
Sudhansu
| Is This Answer Correct ? | 0 Yes | 0 No |
What test plans consists of?
what happens in a web application when you enter all the data and click on submit button suddenly the connection goes off? where the data will go ?
What is dynamic analysis?
26). how will know do written test cases are sufficient to validate application of functionality? 27). how will you prepare test data to validate input object? 28). explain defect status? 29). how will know whether the developer accepted you defects or not? 30). explain acceptance test? 31). explain when we stop testing? 32). explain scope of your project? 33). in which module you conducted testing? 34). explain defects which you found in that module? 35). if defect is not reproducible then what information you will provide to developer 36). if developer is not accepted your defect then what you will do?
what is conventional Testing? and what is unconventional testing?
Non-functional system testing includes
Testing an SAP B1 -Add -on ? How?Different types of testing done, functional areas to be tested, any check list for testing SAP B1 as SAP takes care of Date fields, validation of text fields, telephone fields etc.... ?What to be tested and how?
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP
What is assertion testing?
Definition of Bug?
Testing that checks that a modification applied during maintenance has NOT affected the code corresponding to those functions of the system that should be unaffected by the modification is called which one of the following? 1. Acceptance testing 2. Unit testing 3. Regression testing 4. Validation testing 5. System testing
please give the description of stages of SDLC.And what is feasibility study...?