What testing activities you may want to automate in a project?
Answer Posted / suneel reddy
We can automate Test scenario's depends upon the requirement
1.generally we automate our test cases whereever fields
requires input
we can auomate test case for field which acceps input
1. Test cases that needs to run on every build
2. Test cases that runs with multiple sets of data for the
same action Function overloading
3. Test cases needes for browser compatibility
we can not automate Ui Test cases Because UI chnages from
screen to screen
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is automation testing a complete replacement for manual software testing?
What are the different types of testing framework techniques?
Tell me how can the user get a text of a web element?
How do you choose which automation tool is best for your specific scenario?
What is junit? And what is junit annotation?
Name the frameworks that are used in software automation testing?
If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.
hello frnds this pooja i hav started working on selenium with java ecllipse frnds could u tell me how to handle popup windows and security alerts i m jst trying and couldn't do anything plz help
Tell us how could you explain the main difference between webdriver and rc?
When is automation testing useful?
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail
What are Keyword and Data driven frameworks in Selenium RC
Any one suggest me for Free ware (Opensource) Automation tool for regression testing.
Can you achieve 100% automation?