Design For Automated testing of a Grid template UI usnig ReadyAPI
##URGENT###Hi Guys, My team is looking to automate our applicationGrid Based Application. I am very new to automation and the requirement is to build a test-suite in ReadyAPI . The Requirement is to validate the Stored Procs/ Various services that run behind to generate data and validate it against a query that gets the same data using query . As a QA i have very minimal knowledge of SQL and to be able to do something requires a humongous effort . Question : Can someone please help suggest any framework design in mind for such validation or any other ideas for example if we could take the data from the website and validate it against the query would it make sense . Please suggest and share your expertise .2.8KViews0likes7CommentsComparing Json node values against each other
Hi Team, I have query regarding the json values comparison. I have request say Request-1 and gives response as Response-1. Gives 10 node values One more request say Request-2 and gives response as Respnse-2. Gives 10 node values I need to compare both response values of all the node values which are common to both. Kindly let me know. I added smart assertion to do comparison, but if node value changes from 10 to 11 the fails to compare or may miss to validate. Thanks, Vivek KulkarniSolved2.5KViews0likes8Commentsencoding of utf-8 is set for some APIs test cases and not for some in project properties
Hi mates, I am sending unicode characters in Json request payload. The server is returning "NO success" response. But If I add encoding as UTF-8 in that test case(REST) properties, response comes as "SUCCESS". Is it the the right thing to send UTF-8 explicitly ? And if yes, how does this will be addressed when any integrations call that API ? And, I could see some other APIs test cases shows UTF-8 as encoding by default in ReadyAPI. So, not sure whats going on. Appreciate any help. Thanks. Ravi.2KViews0likes2CommentsHow to configure Pipeline in Azure devops for ReadyAPI project
I am not able to configure the Readyapi project in devops pipeline . What I should provide in the below mentioned fields "Path to readyapi test project " Also how to integrated excel sheet which I am using for test inputs1.8KViews0likes6CommentsGithub Action Test Reporter to Export Test Results to GitHub
UsingGitHub-hosted runners on windows, running ReadyAPI testrunner in github action as: jobs: runReadyAPITest: runs-on: hosted-runner-name steps: - name: Run ReadyAPI Test run: | echo "Running ABC Test" & "C:\Program Files\SmartBear\ReadyAPI-3.10.1\bin\testrunner.bat" C:\Path\To\ReadyAPI\Project\ -fC:\Path\To\Save\Test\Result "-RProject Report" -FXML - name: Publish ReadyAPI Test uses: mikepenz/action-junit-report@v3 with: report_paths: '**/Path/To/Saved/Test/Result/XML_REPORT_NAME.xml' Test is running as expected and report XML is created. Now trying to pull the XML report in Github and facing issue with that. Tried following Github actions 1.https://github.com/marketplace/actions/junit-report-action 2.https://github.com/marketplace/actions/test-reporter Getting different errors with different ways to generate XML report. Used "-RProject Report", "-RTest Suite Report" and "-RData Export" to generate different XML reports and used them with above actions to display test results in github UI but it's not able to pull and show the test results in github UI With "-RData Export" option in testrunner command and with dorny/test-reporter@v1 action (reporter attribute value java-junit), error is Cannot read property '$' of undefined With "-RData Export" option in testrunner command and with dorny/test-reporter@v1 action (reporter attribute value jest-junit), error is Cannot read property 'testsuite' of undefined For various XML reports, With mikepenz/action-junit-report@v3 action, it says No test results found! If you could help on how can we pull test results and display in github UI. Can provide more details on errors if needed.1.8KViews0likes1CommentUsing .dll files in Readyapi
Hi, In our c# development environment we use some .dll files (bought from external company) to convert files in different formats to .pdf. Is there a way to use these .dll files in some way also via Readyapi? I.e. I would like to point out a, let say, .jpeg file and then call the method found in the .dll files to convert it to .pdf? Is this possible at all?Solved1.8KViews0likes7CommentsAutogenerate test scripts from openAPI specs
Hi, is there a way to auto-generate test cases/scripts in ready API from openAPI specs - such the generated test scripts include contract tests/variation tests around the defined API attributes/supported data types and range of values for the APIs?Solved1.7KViews0likes4Comments