LineageGlueRule error
LineageGlueRule error
using ranorex 3.2.2, winxp, when i execute test case from testsuite i am getting following error after selecting value from inputtag
reportlog-
No element found for path './/input[@name='txtVendor' and @value='x & y z Services, x.']' within 20s.
reportlog-
No element found for path './/input[@name='txtVendor' and @value='x & y z Services, x.']' within 20s.
- Attachments
-
- LineGlueError.jpg (13.62 KiB) Viewed 3792 times
Tipu
Re: LineageGlueRule error
Ok problem occurred when i try using Validate.Attribute() .sent the snap shot via email
Tipu
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: LineageGlueRule error
Hi,
Regards,
Peter
Ranorex Team
We did not receive a snapshot for the element. Did you send this to us? Which browser you are trying to automate?omayer wrote:Ok problem occurred when i try using Validate.Attribute() .sent the snap shot via email
Regards,
Peter
Ranorex Team
Re: LineageGlueRule error
some reason email bounced back twice from [email protected], i am using browser IE7, resending it
Thank You,
Beginner
Thank You,
Beginner
Tipu
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: LineageGlueRule error
Hi,
It looks like that your Chrome Plugin isn't installed correctly. Did you install chrome before or after you've installed Ranorex?
Regards,
Peter
Ranorex Team
It looks like that your Chrome Plugin isn't installed correctly. Did you install chrome before or after you've installed Ranorex?
Regards,
Peter
Ranorex Team
Re: LineageGlueRule error
i didn't know i installed chrome plugin, I checked in IE > tools> manage add on , don't see anything about chorme, there are 2 google update but both of them are disabled
Tipu
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: LineageGlueRule error
Hi,
Chrome is a browser and the chrome plugin works only with the Chrome browser. This plugin has nothing to do with the IE. Please check if you have a chrome browser installed on your machine and if this browser is open during the automation.
Regards,
Peter
Ranorex Team
Chrome is a browser and the chrome plugin works only with the Chrome browser. This plugin has nothing to do with the IE. Please check if you have a chrome browser installed on your machine and if this browser is open during the automation.
Regards,
Peter
Ranorex Team
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: LineageGlueRule error
Hi,
Could you also try to disable the IE Ranorex Addon?
Do you have any other browser open during you test execution?
Regards,
Peter
Ranorex Team
Could you also try to disable the IE Ranorex Addon?
Do you have any other browser open during you test execution?
Regards,
Peter
Ranorex Team
Re: LineageGlueRule error
same result after disabled the ranroex add on IE and no other browser openned, i don't get the error if commented out the validation -
WebDocument mainPage = "/dom[@caption='XXXXYYYYY']";
InputTag txtVendorField = webDocument.FindSingle(".//input[@name='txtVendor' and @value='"+_vendor +"']", 20000);
Validate.Attribute(txtVendorField, "Value", _vendor,"Select vendor: " + _vendor);
WebDocument mainPage = "/dom[@caption='XXXXYYYYY']";
InputTag txtVendorField = webDocument.FindSingle(".//input[@name='txtVendor' and @value='"+_vendor +"']", 20000);
Validate.Attribute(txtVendorField, "Value", _vendor,"Select vendor: " + _vendor);
Tipu
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: LineageGlueRule error
Hi,
And you also find only one element with your RxPath, if you copy it to Ranorex Spy?
Regards,
Peter
Ranorex Team
And you also find only one element with your RxPath, if you copy it to Ranorex Spy?
Regards,
Peter
Ranorex Team
Re: LineageGlueRule error
ok i just tried this line but getting the same error-
Validate.NotExists("/dom[@caption='xxx Picklist' and @page='yyypicklist.cfm']",20000,"Selected");
Validate.NotExists("/dom[@caption='xxx Picklist' and @page='yyypicklist.cfm']",20000,"Selected");
Tipu
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: LineageGlueRule error
Hi,
If you execute the Validate.NotExists, Ranorex continues then or Ranorex stops the execution?
Is you ReportLevel set to Debug or Info?
Regards,
Peter
Ranorex Team
Would it be possible to post us a sample and your report file?omayer wrote:ok i just tried this line but getting the same error-
Validate.NotExists("/dom[@caption='xxx Picklist' and @page='yyypicklist.cfm']",20000,"Selected");
If you execute the Validate.NotExists, Ranorex continues then or Ranorex stops the execution?
Is you ReportLevel set to Debug or Info?
Regards,
Peter
Ranorex Team
Re: LineageGlueRule error
now NOT getting any error when i try to run only the test case that has validate no exist , error returned when combining 2 test cases
Tipu
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: LineageGlueRule error
Hi,
Please send us a sample or at least the created report file.
Thanks in advance!
Regards,
Markus
Ranorex Support Team
Please send us a sample or at least the created report file.
Thanks in advance!
Regards,
Markus
Ranorex Support Team