Answer Posted / sai
it is used to estimate the capabilites of the system it is
just used to debug and detecting the bugs
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
Is there any freeware tool for automation testing of mobile applications for BlackBerry and iPhone platforms ?
What are the different types of testing framework techniques?
Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?
How you report bug in to bugzilla
Can we prioritize tests in Junit. What is the sequence of execution in Junit?
Please explain what is a relative xpath?
How to integrate Rational functional Tester with Rational Quality manager. Can anyone provide the details steps giving explaination with examples.
pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?
How can you switch back from a frame?
WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT
On what factors can you map the success of automation testing?
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
Can anyone tell me the correct answer of below question....it is about Bugzilla tool. When bug will find out at the time of executio where it will save or what is the location of bug??
Can you tell some good coding practices while automation?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)