Testing a web application? [closed] - testing

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/).

Related

BDD and API testing [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 2 years ago.
Improve this question
Hi I know that BDD with selenium can be used to test user interfaces.
I also know that APIs could be tested using Gherkin.
My question is, should APIs be tested using Gherkin? Is it the right tool for the job?
BDD aims to create a shared understanding of how an application should behave by discovering new features based on concrete examples. Key examples are then formalized with natural language following a Given/When/Then structure
For that you use Gherkin. On which layer you then automate is another decision.
This can be the UI layer, or some API service layer below.
So yes, Gherkin is the right tool for the job.
Source: https://specflow.org/bdd/

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

Concurrent Multi browsers testing [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
We are using Geb, Gradle, spock and Jenkins for UI testing,
I was wondering what would be the best approach to run the all test suite concurrently on all the test browsers?
1. Configure it as part of the gradle build?
or
2. Create a multi project axis in Jenkins for every browser/os?
10x

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.

on what bases tester will write test cases? [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 9 years ago.
Improve this question
Basing on what documents the test engineer will prepare test cases, directly from the requirement document or any other document. I heard that senior test engineer will prepare test scenarios based on requirement document, from test scenarios test engineer will prepare the test cases, is this the correct procedure or not please clarify me.
Thanks
Normally The flow is -
Use Case -> Functional Requirement Specification -> Test Scenario -> Test Conditions.
Now it depends on your company how particular they are in following this process.