lakshmi0902
15 years agoOccasional Contributor
Windows Functional Testing
Identifying the objects -
Name Mapped objects used in the script for the window application is not recongnized by Test Complete in the later stages. If this is the case how do I go ahead with the project to script all the tcs.
Eg: -
function Test1()
{
var dockTabControl;
dockTabControl = Aliases["MainForm"]["workspaceContainer"]["OrderEntry"]["DockTabControl"];
dockTabControl["ClickTab"](0);
dockTabControl["DockTabPage"]["DockContainer"]["toolStripContainer"]["ToolStripContentPanel"]["OrderEntry"]["pnContainer"]["AbbreviatedOrderPanel"]["simpleTicket"]["Click"](450, 21);
}
This is a recorded script for just clicking on a window dock container. Once I close and reopen my application, test complete is not recognizing it back. Please help me how this will work.
Lakshmi
Name Mapped objects used in the script for the window application is not recongnized by Test Complete in the later stages. If this is the case how do I go ahead with the project to script all the tcs.
Eg: -
function Test1()
{
var dockTabControl;
dockTabControl = Aliases["MainForm"]["workspaceContainer"]["OrderEntry"]["DockTabControl"];
dockTabControl["ClickTab"](0);
dockTabControl["DockTabPage"]["DockContainer"]["toolStripContainer"]["ToolStripContentPanel"]["OrderEntry"]["pnContainer"]["AbbreviatedOrderPanel"]["simpleTicket"]["Click"](450, 21);
}
This is a recorded script for just clicking on a window dock container. Once I close and reopen my application, test complete is not recognizing it back. Please help me how this will work.
Lakshmi