Forum Discussion

fixman's avatar
fixman
New Contributor
6 years ago
Solved

Object Name Mapping can not find.

Hi,

I have been working on the automation script edited by TestComplete12.50.

 

 

When i look into Object spy the name property of window is like,

Window("WindowsForms10.Window.8.app.0.141b42a_r9_ad1", "xxxxx", 1)

 

But it should be something like this

WinFormsObject("MainForm")

 

Of couse, don't work this script on TestComplete, but it worked on TestExecute 12.

 

Why missing name mapping object recognizing TestExecute ?(Executed at the command prompt)

 

  • hi,

     

    Solved. It was a license problem.

     

    thanks.

     

     

4 Replies

  • fixman's avatar
    fixman
    New Contributor

    hi,

     

    Solved. It was a license problem.

     

    thanks.

     

     

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Is your TextExecute instance on the same machine as your TestComplete?  

     

    Next question: how did you get it to work in TestExecute?  The reason I ask this is that, at some point in time, someone did the mapping and testing in TestComplete so it could run in TestExecute.  What changed?

  • fixman's avatar
    fixman
    New Contributor

    >Is your TextExecute instance on the same machine as your TestComplete?  

    Yes, executed TestComplete and TestExecute on my laptop. Test Excute only works same project...

     

    executed TextExecute on Windows8(works on Virtual Machine accessed by remote desktop) all the time. but, can not get object name prop on my laptop by TestComplete12. So additional installed TextExecute on my laptop.

     

    Previous staff said, "When I can get object name prop on Windows8 virtual machine."

     

    I think, cui environment can get object name prop, but gui environment can not get it.

     

    i'll try to explore relevance to other process.

     

    thank you.

  • fixman's avatar
    fixman
    New Contributor

    problem solved!(temporarily)

     

    We were able to get the property of the object name in the latest trial version licence.

     

    But, we have a question. why old version licence can not get object name propaty?

     

    Although authentication passes without any problem...