Please help me on testing language automation
I developed manual coding for automation. Please help me with any packages or frames available to run automation testing in go.
Go provides its own test suite, which you can view here.
https://golang.org/pkg/testing/
You can write your own tests, the general layout is to write the file, and then write the file _test.gofor verification, for example.
_test.go
package.go package_test.go
then you can test your file by running
go test
And bam, you are good to go
, : https://github.com/yohcop/openid-go/blob/master/redirect_test.go
! : https://github.com/avelino/awesome-go#testing
http://goconvey.co
GoConvey Go.
Go , .
pkg , ,
https://github.com/stretchr/testify
Source: https://habr.com/ru/post/1623706/More articles:How to reload a value in only one row of a table - javascriptLaravel5 Unit Тестирование формы входа в систему - unit-testingpandas styler. How to ignore index column from displayed HTML - pythonAutomation in Go Lang - How to use browser automation like Selenium? - browserDetect volume and button presses on Siri Remote - tvosusing multiple background colors on the Internet - htmlPHP fileinfo extension not installed in Yii2 - yii2How to sort an array in nodejs based on file size? - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1623710/javafx-application-on-android-platform-is-too-slow-javafxportsgluon&usg=ALkJrhi2VcgqDFK1dh-lH6QGtQRLQuc6WwRepresenting integers by d-digits using the smallest possible base - sortingAll Articles