Dear Friends, please send me some links where i will get all type of web driver programs.
Answer / rahul
Type of web driver programs.
http://seleniumguru.in/
| Is This Answer Correct ? | 2 Yes | 1 No |
test cases for friend finder system using gps?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
how will we know test cases are written by us are correct
write testcases to waterbottle?
Is there any formula to find the number of test cases needed
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
What is Unit Testing ? What is Integration Testing ? What is acceptance testing ? What is Static testing? What is System testing? What is Load Testing? What is Smoke Testing? What is Soak Testing? What is Scalability Testing? What is Sanity Testing? What is Ramp Testing? What is Monkey Testing? What is Gray Box Testing? What is Functional Testing? What is Glass Box Testing? What is Dynamic Testing? What is Compatibility Testing? What is Concurrency Testing? What is Component Testing? What is Ad Hoc Testing? What is Agile Testing?
can anybody tell me that how many days required to complete 1000 test cases.And what would be the avg testcase perday for a tester.
What are the Test Cases Comes under Regression Suite?
how to make test case for anolog voice logger?
write test case for banking application
int a, int b, int c= (a+b); Write the test cases for c.