Can automation testing find ssame no. of bugs what we can
find by manual testing?



Can automation testing find ssame no. of bugs what we can find by manual testing?..

Answer / Uttam Kumar

Automated testing cannot always discover the same number of bugs as manual testing, as automated tests are designed to execute predefined test cases and may not cover all possible scenarios or edge cases. Manual testing is crucial for exploratory testing, usability testing, and evaluating user experience, which automation tools often struggle with.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

Mention when to use function procedures and what are its characteristics?

1 Answers  


Explain about tristate constants in vbscript?

1 Answers  


Find Out Length of an array without using Ubound?

1 Answers  


How will you get a subset of a array in vbscript?

1 Answers  


How will you get the largest subscript of an array in vbscript?

1 Answers  


How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)

1 Answers   Google, IBM,


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1 Answers  


I need help to write a function in vbscript to click on a link. That link looks like a tab. There are 6 tabs. When I click on 1 tab it should show as "on". when I spy the class property is on. But for the one which is not clicked the class property is blank. I have objects created in our custom object repository. Please give me some idea.

1 Answers  


Explain the asc function?

1 Answers  


wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me

2 Answers  


Explain the difference between POST and GET Method.

1 Answers  


Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji

1 Answers  


Categories