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?
Thank you very much! I will start to review the 101.