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 |
Mention when to use function procedures and what are its characteristics?
Explain about tristate constants in vbscript?
Find Out Length of an array without using Ubound?
How will you get a subset of a array in vbscript?
How will you get the largest subscript of an array in vbscript?
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
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
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.
Explain the asc function?
wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me
Explain the difference between POST and GET Method.
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