Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Better description and more examples / tutorials #6

Open
amesas opened this issue Jul 23, 2019 · 6 comments
Open

[Docs] Better description and more examples / tutorials #6

amesas opened this issue Jul 23, 2019 · 6 comments
Labels
documentation Improvements or additions to documentation

Comments

@amesas
Copy link

amesas commented Jul 23, 2019

Better description

Smashtest is a language for rapidly describing and deploying test cases.
Greatly speed up your automated testing by writing tests in a tree-like format.

Is it unit testing?
Only browser testing?
Can I make a test that navigates my site, creates a new product using Firefox and then check if the row has been inserted correctly in my database?

Examples / Tutorials

One great way to promote this tool is getting more examples / integration tutorials.
A CI/CD integration example could be great ( Jenkins, CircleCI, etc...)
A dev.to post could help spread the word :)

@vptes1 vptes1 added the documentation Improvements or additions to documentation label Jul 24, 2019
@amesas amesas changed the title [Docs] Better descripcion and more examples / tutorials [Docs] Better description and more examples / tutorials Jul 24, 2019
@memoryza
Copy link

memoryza commented Aug 7, 2019

mple could be great ( Jenkins, CircleCI, etc...)

I wrote some examples in the course of my study. I hope it will be helpful.
smashtest-example

@dsarajlic
Copy link

Not mixing psuedo-code with the syntax in the examples listed on https://smashtest.io/ would be a big help. Furthermore, additional clarification on the props syntax, which looks jQuery-esque but works somewhat differently would be great. When/ if I manage to work out all the syntax kinks/ issues I would not be averse to updating the website.

@retroburst
Copy link

retroburst commented Sep 25, 2019

A more comprehensive example that puts all the elements together would be a big help. For instance, an example that implemented a sample test suite would help new users see what is best practice and how all the parts fit together. This would include things like declaring variables, props, functions, groups and frequencies, step blocks etc in the one piece of sample code. It would be even better if the sample test suite was able to be executed and debugged by a new user - for example, using publicly available resources such as google.com.

Thanks for all your work on smashtest! It's awesome!

@vptes1
Copy link
Collaborator

vptes1 commented Oct 12, 2019

I uploaded more examples of UI and API testing to https://github.com/smashtestio/smashtest/tree/master/examples
Please let me know what you think!

@retroburst
Copy link

This will definitely help, these more comprehensive examples give a better view of how everything fits together! Thank you!

@IjazDar
Copy link

IjazDar commented Oct 1, 2021

Hi,
I'm not able to get element of a drop down, anyone please share some references and help for this issue by using smashtest?
thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

6 participants