applications of mutation testing [closed] - mutation-testing

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
what are different applications of mutation testing?

Mutation testing is used to "test your test cases". The idea is to make small mutations to your application and then run your tests to make sure they catch the bugs added by these mutations.
There is a good explanation with examples posted here.

Related

gRPC requests using Jmeter [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
is there a way to test gRPC with Jmeter ?
I would like it in Jmeter since it will enable covering both functional and load with the same tool.
anyone with Jmeter plugin development experience that can help estimate the work and effort ?
Thanks
Ronen

I want to learn twitter bootstrap.Which is the best site for learning online? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
How much time is required to learn bootstrap?
just use the official website www.getbootstrap.com
Go through the Getting Started section, it will cover all the main things to know about using this amazing framework.
After that, just try to build a simple website using the responsive grids and available components.

Testing a web application? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
What are the test cases that can be used to test a web application?
test links
bench marking
any other suggestions?
The functions of the web application should be identified based on the specification and/or requirements (http://www.testingminded.com/2008/12/what-is-test-base.html). You can write test cases based on this function list. But there are a lot of ways to improve your tests... If you want to use a more sophisticated method, you can read about ISTQB, test planning and test desing. http://www.istqb.org/newsevents/news/2013/341-chapter-3-in-advanced-level-syllabus-2012-test-analyst-test-techniques.html
For webapp testing we use Selenium (http://docs.seleniumhq.org/) and JUnit (http://junit.org/).

how do i learn chrome.extension.sendRequest method? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have tried to browse through the extension APIs and have searched google. I can find the information available for chrome.extension.sendMessage but its hard to find anything for the chrome.extension.sendRequest method.
Please help for the best tutorial to Chrome Extensions as atleast here Google is not helping me much :(
It is deprecated.
use sendMessage:
http://developer.chrome.com/extensions/runtime.html#method-sendMessage

Any way to export recorded testsuite (Not testcase) from HTML to C# in Selenium [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Currently Selenium IDE not supporting for Export Test suite as C# from HTML. Its time consuming by converting the test cases one by one manually. any body has any idea to handle this?
At the moment there isn't a mechanism to export test suites from IDE. No one has written one. I think that you will have to do each test and then create a Suite