Difference between Automation testing and manual testing.
Answer Posted / bhumika harshita
Manual Testing is performed where the user operations of
the application is performed manually without the use of
any automated tools whereas
Automated Testing is performed where the user operations of
the application is performed automatically by running some
scripts using automated tools.
| Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
can one defect be mapped to more than one test script in manual testing
how to test stand alone programs?
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
How to test Webservices and how can we write test cases for that
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Explain the component testing?
How to write test cases for lift?
write test cases for hospitality management system
Explain the concept of semi-random test cases?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
Suppose a job should be executed for every two hours? Write test case for this?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
In a log in page what will be test procedure, test scenario, test description & test steps?