Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
148 views
by
retagged by
I am mostly doing an exploratory testing and for that  I am looking for a tool which create an automatically test steps according to what I click/input data.

2 Answers

0 like 0 dislike
by
There are few tools like Rational Rhapsody by IBM, that helps you generate UML diagram. You can draw a state diagram from the description of the state of the unit. Test cases then are defined to exercise each path of the state. Test case even demonstrates the behaviors it should exhibit and assures that it should not exhibit that doesn't occur.

Rational Rhapsody is again a paid software and you will have to modify your test cases anyway.

P.S.: Nowadays, easier way to handle this is by making use of gherkin files. Gherkin is a Business Readable, Domain Specific Language created especially for behavior descriptions. It gives you the ability to remove logic details from behavior tests.

So, your BA will write software specification in Gherkin format. The same file can be used by testers and the automation engineers. And this way everyone will be in sync.
0 like 1 dislike
by Expert (748 points)
Not Sure but according to performance testing using jmeter


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...