Using LoadRunner with ARAS Innovator R35
We're attempting to use LoadRunner with our ARAS Innovator R35 instance to validate the load performance. When trying to record an initial script of simply logging into the application we're seeing load runner throw an error once the script recording is done : 'The recorded script contains no steps' Would anyone have any experience on getting LoadRunner working with ARAS Innovator? We're using LoadRunner version 25.3 and ARAS Innovator R35.83Views0likes0CommentsTreeGridView performance
We have "changes" tab to list, in a tree grid view, the change objects which have gone through on a given Part. However, loading this tab is terribly slow. I have found out that the query itself is quite fast. When I run it in the query editor, it takes less than a second. However, the Tree Grid View can take almost 20 seconds to load. Even on a fresh part with no change items, it takes 15+ seconds. The call which takes time is an odata call to /Server/odata/method.rb_GetTreeGridData, which takes the entire 2500+ line rb_TreeGridViewDefinition as input (why? It's a server side method, although a very odd one I can't see the implementation of, and the data it gets passed lives on the server too!) Have anyone had any success in optimizing the loading of tree grid view structures?102Views0likes7Comments