I've installed the SCORM 2004 3rd Edition Test Suite from adlnet.gov and set the java version to 6 update 34 in order to perform the LMS conformance testing, but the test suite is stuck when trying to start ADL LMS Test Content Package API. No error is displayed.
Test Environment Information:
Operating System: Windows Vista - SP 1
Java Run-Time Environment: 1.4.2_14
I'm using IE10 with compatibility mode set on IE7 and these are the steps that im going:
- Start the SCORM 2004 3rd Edition Conformance Test Suite Version 1.0.2 ST in new tab next to the LMS tab
- Choose "Learning Management System (LMS) Conformance Test" and than "New LMS Conformance Test"
- Enter the LMS name, version and dev.
- Enter usernames and ids of real users from our LMS that are enrolled as students in previously created course named "SCORM 2004 ADL test course"
- Signed in as the first user I entered in the Test Suite and started the ADL LMS Test Content Package API.
- The ADL LMS Test Content Package API was launched in the Test Suite. The last message the Test Suite displayed was "Start ADL LMS Test Content Package API".
I have waited for 10 minutes but nothing happened even if I open the course and start clicking on the first chapter.
Since this scenario didn't work I tried to do the test without prior creating a course. But the result was the same and no course was created (if that was needed).
Note that I'm using the steps described in the readme file provided with the test suite and I've maid all the changes needed in the Java plugin and in the browser.
Also tried in windows XP and 7 with virtualmachine and with live LMS and LMS in my local machine.
The live LMS is hosted on Ubuntu with postgresql and my local is on Windows with mysql.
So I've tried pretty much with everything and I have no idea what am I doing wrong.
Does anyone knows how the SCORM 2004 3rd Edition Test Suite works and what am I missing here?
Thank you.
Related
I have an issue with spy Browser mode in Firefox.
I have designed a new RPA process on Dev machine where I have spy in Browser mode (in firefox) web page.
On my Dev machine the Browser mode is working good and the process runs very good.
The issue is on production machine where the modeler don't see the elements which have been spied on dev machine.
Actions so far done.
We have set all settings regarding Firefox to the same like on dev machine using the BP guide,
We have installed the same Firefox extension on prod like on dev machine.
We have set the same internet options.
Non of the actions have helped us to be able to spy elements in Firefox on prod machine.
My questions to the experts community:)
What else could have impact on the BP - Browser mode which is stopping BP to see elements?
What virtual machine settings need to be set/or what to check?
We have BP Version 6:
Application Manager 6.4.2.10610
.Net Framework 4.7
Firefox version 72.0.2
Blue Prism Browser Extension version 6.4.2.10610vycoxormiz (updated 30. Jan. 2020)
Thank you for your help!
I found the solution.
During investigation I came on this link
[https://superuser.com/questions/719875/google-chrome-always-says-google-chrome-was-not-shut-down-properly][1]
In the location "%UserProfile%\AppData\Local\Google\Chrome\User Data\Default\Preferences
I have changed the "exit_type": "normal" to "exit_type": "standard" and immediate the
Browser mode on production machine was working and we could run the process.
It seems that the chrome when it wasn't shut down properly has impact on Blue Prism.
Adding update.
I have noticed that each time Chrome opens it changes in the Preferences file the status to Normal.
I have fixed the issue in that way, that I have added additional logic to my solution:
1. I have copied the Preferences file to a different location and changed in the file the status to Standard.
2. I have added additional logic to my process where bot copy the file from the new location and replace the file in the Chrome location each time he runs.
Hope this will help others with similar issue.
Regards!
I am getting to know the HLK Studio and have run the recommended tests against one of our drivers ( a USBStorageFilter driver). When the driver was selected in the list of available components on the test machine the studio recommended the "HyperVisor Code Integrity Readiness Test" and the "TDI Filters and LSPS are not allowed" only. These ran without error and the studio is now showing test status of total 2 & passed 2.
However the PACKAGE tab is greyed out and will not allow me to proceed in creating the package for submission. There is no indication of any other steps and the documentation suggests that once the selected tests have completed you should be able to move on to the Package tab.
Anyone got any clues as to what is preventing this from happening?
Windows 10 Pro x64 16209 target machine, 2016 server (hperv) as the HLK server studio machine.
Thanks
Nick
I had the exact same issue and the only thing I did was exit HLK and start it again. It remembered the results and the Package tab wasn't greyed out anymore. I was able to continue with package creation.
I have an application kernel mode driver (software driver, no device) and I want to do hlk and hck testing for it to do a submission of merged packages (signed by EV certificate) to Microsoft.
The problem is that when I install my driver to the test system and select it in HLK Studio, I do not have any playlist to run compatibility test. Where can I get it?
I know that I can download HLK playlist from Microsoft website, but it is not in xml format whereas HLK Stdio supports only xml playlists. I tried to call this file as HLK.xml and add, but Studio writes it cannot find tests with this ids.
And I can't find any playlist for HCK Testing.
Help me, please. Thanks in advance.
I am using Cucumber/Capybara framework using Jruby. I have setup all the things required to run the test. When I execute it, no error message is displayed, but webdriver window also does not come up. I have tried with Mozilla Firefox 17.0.1 and 22.0 version. I am using a windows 7 machine. My other teammates have followed the same process, but they are able to run the tests.
C:\Application>bundle exec cucumber features\login.feature
Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`.
Rack::File headers parameter replaces cache_control after Rack 1.5.
Using the default profile...
Feature: Login
In order to adhere to GIS requirements
As an employee
I want to be able to log in using the enterprise single sign on
Scenario: Login to home page←[90m # features\login.feature:6←[0m
No Webdriver window getting launched.
I am following Agile Web Application Development with Yii 1.1
In chapter 3, page 46.
Problem 1 : To install selenium server I typed on cmd (I'm using Window 7)
[font="Courier New"]java -jar selenium-server.jar[/font]
It ran, but after that, it did nothing else (see figure attached, the forum not allow link)
Problem 2: I cant find find [protected/tests/phpunit.xml]
[/protected/tests/unit/] folder is still empty
Please show me how to solve these issues. Also, anyone can give me the link to any full tutorials to setup environment for Yii such as install PEAR, PHPUnit, Selenium RC (aka Selenium Server), ... I've just done with PEAR installed
Thanks