Imported Keyword test does not work
I am developing some autotest for a web site. All the tests will start from login page and login with user name and password. I planed to have to projects in the project suite: Project A to Project B. In Project A, I recorded a keyword test i to perform the login actions. In Project B, I imported the LoginTest of Project A. Then I created a keyword test (DashBoardTest) in Project B. The first step of the DashBoardTest is to run LoginTest.
I run the LoginTest in Project A, it works fine.
I run the DashBoard test in Project B, it launched the LoginPage but it can not find the Username input box and then it stops working.
This is a simple test to test the importing keyword test from one project to another. But it seems not working well.
What have I missed? I also notice, there is no "Reload" right click menu context. I am using Test Complete 12. How do I refresh the imported test?
Hi David! There are two aspects for GitHub push.
1) Pushing your definitions upon save. That's what it sounds like you have configured, and based on the filename, SwaggerHub will push either a JSON or YAML version directly to github. Check your repository to verify that.
2) Linking a GitHub repo to your account. This is slightly different from above, it essentially hot-links the GitHub logo from your APIs page to the repo. To configure that, click the "+" => Edit API Info => GitHub Link. Then it will hot-link directly to your repo.
I will get this added to the FAQ as well, please reply with any other questions!
Hi, we have addressed the push issue. If your output file has the suffix ".json", it'll be saved as JSON. Otherwise, YAML.
Please let us know how it goes!