If you have an application to test and there are no
requirement specs, no test cases , no documents, you
dont know even the functionality then how would you perform
testing?
Answers were Sorted based on User's Feedback
Answer / santosh
Do exploratory testing, and find out the functionality of
the application.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sreerammurthy
testing an application without specs and no doucments no
test cases even not knowing the functionlity is similar to
ad-hoc testing ,but often testers have signifant
understanding of the software before testing it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sivapras
software test that is not based on formal test plans or
test cases; testers may be learning the software as they
test it
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sivapras
software test that is not based on formal test plans or
test cases; testers may be learning the software as they
test it
| Is This Answer Correct ? | 0 Yes | 0 No |
Could reviews or inspections be considered part of testing?
Explain how to test documents in a project that span across the software development lifecycle?
What is test script?
Hi I have done M.Tech Biotechnology from Anna University,but i did not get Job in my field.so I tried to learn Software testing . If i do ISQTB certifications , i will get job in MNC or not .Please let me know please mail to skirubanandan@lycos.com
Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing.
What is the key difference between preventative and reactive approaches to testing?
Which is the best institute in chennai to learn Softyware testing? Please help.
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
I got an offer from TCS as a software engineer, But it says I will work for TCS BPO, Is there any difference in policies of TCS BPO and TCS-IT Services.How is the Working enviornment and appriasal procedure
Following questions were asked in amazon interview during written test for the post of Quality assurance engineer. Note. u can use any scripting language for 2nd 3 rd questions. Logic is important. 1.Write test cases for file transfer using bluetooth and IR in mobile⦠2. Input = 193 the output should be displayed as 100+90+3. Write code without using inbuilt functions and procedures 3. string = performance and delimiter = r Write a code to display the output as Pe r For Man Ce Without using split function and inbuilt functions 4. please give correct test data for the remainder in the below program and also for the time TIME: DD MM YYYY HH MM SS Reminder: [ ] minutes
hi am fresher learning software testing so how will b interviw environment for fresher testers.On which topic i have to concentrate more(MANUAL r AUTOMATED)
The later in the development life cycle a fault is discovered, the more expensive it is to fix. Why?