How to add Templates to existing namemapping files ?
I've an existing namemapping file which has minimum properites and values are used. I want to increase the number of properites and values used for identification as few of the existing properties are getting changed. I've created templates, Can you let me know the step to add Templates for existing namemapping objects Regards VallaSolved1.3KViews0likes4CommentsRenaming mapped objects does not rename everything as stated by the popup
Renamining an object produces 2 popups. 1) Rename the aliases, 2) Rename usages in keyword tests. I am aware that scripts are not updated so I can work around that by converting scripts to keyword tests and having no Alias references in scripts. However I have noticed that not all elements in keyword tests are renamed. Property Comparisions and Set Variable are 2 I know of. It is lot of work to make these changes manually in test suites. Occasionally alias names will change, and or changes to structure in line with application and product development. Scalability is essential in any automated testing framework. Can this be resolved?Solved944Views0likes1Commenttextbox's mapping name is changing to another textbox's mapping name
Hi all, Onetextbox's(TB1) mapping name is changing to another particular textbox's(TB2) mapping name and viceversa. Whanever the test runs TB1 takes what it supposed to take but on the next step whatever the value supposed to enter on TB2 is getting entered in TB1 by overriding the first value. What went wrong? Please help me on this.Solved943Views0likes3CommentsIs TestComplete compatible with FireFox ?
Hi, I'm trying to use TestComplete with FireFox 61.0.1 , but TestComplete is not recognizing the objects on screen . I applied all the recommendations mentioned inPreparing Firefox for Web Testing, but didn't work:smileysad: I even tried to install FireFox 59 and also didn't work :smileysad: And I see the same issue in Chrome ! Any help please ! Thanks RaghdaSolved4.4KViews0likes15CommentsTestComplete Object Name Mapping is all changed
Hi all, I have been working on the automation script from last 2 weeks and it was working until yesterday. Today the script broke because all the name mapping has changed and its different now. Weird part is the same script works fine for my colleague. we both connected to same server from diff machines. When i look into Object spy the name property of window is like, Window("WindowsForms10.Window.8.app.0.13965fa_r12_ad1", "stash push- qa", 1) But it should be something like this and my colleague still sees the same in his machine WinFormsObject("FormMain") ** All the name properties are dynamic for me ** i dont see as many properties as colleague sees in Object spy window (advanced mode) Am i missing something? license issue? Any help would be highly appreciated.Solved2.7KViews0likes4CommentsHow turn off feature - find a similar object? [TC 12.31.1833.7, Firefox 52.0.2 (x32)]
Hi all Anybody canexplain what I must do thatfeature was off ( I meanfind a similar object ) I will give an example: In NameMapping I had mapping some object with next properties with values: 'ObjectType'='Button', 'Visible'='True', 'Exists'='True', 'Enabled'='True' and 'className'='btn*' (I test web) Next When my test was finished in log I foundwarning event - An object recognition hint. Where in Additional Info I was saw next Info 'A similar object has been found' and table Property Mapping Value Found Action ObjectType Button Button X Enabled True False Update Visible True True Exists True True className btn* btn _fill _disable Therefore, the attention of the question, comrade connoisseurs - What I must do that turn off thathell feature 'A similar object has been found'? I DON'T WANT that script spent time for found some asimilar object and I DON'T WANT had some warning event in log about that Because,I already know that inat a certain moment mapping object cannot exist, that's why I wait when objectto be ObjectType'='Button', 'Visible'='True','Exists'='True','Enabled'='True'and 'className'='btn*' Thanks.4.1KViews0likes12CommentsFacing problem when sharing NameMapping objects across the project suite
Hi, In our project we are having two different projects in single project suite with same NameMapping file (shared from existing project). it was mapped successfully when I am try to highlight the objects. but when I am trying to execute the script some unknown additional panel section is including in object tree structure. so TC failing to fetch the object from mapping file. could you please help us to resolve this issue.967Views0likes2Comments