Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
how-to_frequently_asked_questions_faqs [2020/05/03 19:44] admin removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====TestOptimal FAQ ===== | ||
- | |||
- | * [[#Model runs but browser opens and closes immediately]] | ||
- | * [[#Internet Explorer (IE) 9 Crashing when Opening Model]] | ||
- | * [[Integration|Integration with other test automation tools like QTP]] | ||
- | * [[Tag seqout|Can TestOptimal output generated test sequence to a file for offline test automation? | ||
- | * [[#Debug and Trace | Can TestOptimal help me trace how a particular failure occur?]] | ||
- | * [[LoadTesting|Run stress / load testing on my web applications]] | ||
- | * [[#How to Fix No Solution Error| Fix "no optimal solution" | ||
- | * [[RemoteAccess|Connect to my MBT execution session from another browser]] | ||
- | * [[Notification|Have TestOptimal email me on completion or error]] | ||
- | * [[FAQ Dynamic Change of Browser|Can I have each virtual users to run different browser?]] | ||
- | * [[Where are log messages written to?|Where are log messages written to?]] | ||
- | * [[How do I tell TestOptimal to take a screen snapshot when it errored? | ||
- | * [[Access csv File | How do I set up dataset to read from csv file?]] | ||
- | * [[AccessExcelFile | How do I set up dataset to read from Excel file? ]] | ||
- | * [[How do I set up dataset to read from database? | ||
- | * [[#Assert Exception Levels|How do I specify exception level to the assert failure?]] | ||
- | * [[# | ||
- | * [[How do I format a date/ | ||
- | * [[How do I tell TestOptimal to run the test steps only on the pages I have just changed? | ||
- | * [[How to determine locator for an element|How to determine locator for an element]] | ||
- | * [[How do I get a date n days from today?|How do I get a date n days from today?]] | ||
- | * [[#Why Some Selenium Functions Run Slower Than Other?|Why some actions run a lot slower than others?]] | ||
- | * [[#Why am I getting sporadic failure? | ||
- | * [[How do I specify the locator for a link that contains apostrophe (single quote)?|How do I specify the locator for a link that contains apostrophe (single quote)?]] | ||
- | * [[How do I add a custom method to mScript? | ||
- | * [[#Not finding my java handler class and other java packages|TestOptimal is not finding my java handler class and other java packages.]] | ||
- | * [[Can I change TestOptimal to run on a different port number?|Can I change TestOptimal to run on a different port number?]] | ||
- | * [[FAQ Check Attribute of Html Element|How do I check attributes of html elements?]] | ||
- | * [[Web Login Handling|How to handle http basic authentication? | ||
- | * [[BatchMode|Execute model in a batch/cron job]] | ||
- | * [[WriteHandler|Write a handler]] | ||
- | * [[WritePlugin|Write a plugin]] | ||
- | * [[Selenium Custom Browser|How do I set up custom browser for Selenium]]? | ||
- | * [[JVMConfig|Change JVM startup parameters]] | ||
- | * [[EclipseIntegration|Integration with Eclipse]] | ||
- | * [[NetBeansIntegration|Integration with NetBeans]] | ||
- | * [[JUnitIntegration|Integration with JUnit]] | ||
- | * [[VM_Installation | Running TestOptimal on VM]] | ||
- | * [[# How to scroll a table in HTML page]] | ||
- | * [[#Manual Test Case Report Lost Background Color for Test Case Status]] | ||
- | * [[#Push models to all Runtime Servers]] | ||
- | |||
- | ---- | ||
- | ==== Model runs but browser opens and closes immediately==== | ||
- | |||
- | Selenium requires that browser used for testing the AUT must have zoom set to 100%. Having browser not set at 100% when running model to test AUT will cause Selenium to abort. | ||
- | Error Unexpected error launching Internet Explorer. | ||
- | Browser zoom level was set to 107%. It should be set to 100% | ||
- | |||
- | On Internet Explorer, you can change the browser zoom level with browser menu "View / Zoom". | ||
- | |||
- | ---- | ||
- | ====Internet Explorer (IE) 9 Crashing when Opening Model==== | ||
- | If you are experiencing IE9 browser crashing when you try to open a model. This is a known problem with IE9. There are certain settings in the internet options for IE9 that causes IE9 crashing. We are working to understand what settings or combinations of setting are causing the problem. | ||
- | |||
- | To get around this problem, do the reset operation as described below: | ||
- | |||
- | * go to " | ||
- | * click on " | ||
- | * click on " | ||
- | * follow through to complete the reset operation | ||
- | * restart browser | ||
- | |||
- | Additionally you may try disabling add-ons you have installed as the crashing is often times caused by the add-ons and once the offending add-on is disabled or removed, you gain the stability back. | ||
- | |||
- | ---- | ||
- | ==== Debug and Trace ==== | ||
- | It's quite often that the failures (defects) only occur in certain conditions. Therefore just logging the failure and which state/ | ||
- | |||
- | mScript [[http:// | ||
- | |||
- | An alternative place to place // | ||
- | |||
- | ---- | ||
- | ====How to Fix No Solution Error ==== | ||
- | |||
- | // | ||
- | |||
- | To fix this error, first you need to identify what states are not reachable and you can find this in the error message displayed or // | ||
- | |||
- | Next, you can examine those states that are not reachable on the graph and you should be able to determine the transitions that are missing or need to be added to connect those un-reachable states. | ||
- | |||
- | Once you have identified the missing transition, add it to the model and try to execute the model again. | ||
- | |||
- | ---- | ||
- | ==== Assert Exception Levels ==== | ||
- | You can assign an exception level to each of the < | ||
- | |||
- | To assign the exception level to < | ||
- | |||
- | <assert value1=" | ||
- | |||
- | The above examples assigns exception level L2 to the failure message " | ||
- | |||
- | You can assing exception levels L1, L2, L3, L4, and L5. Please note only Enterprise Edition supports L1 - L5 while all other editions only supports L1, L2 and L3. | ||
- | |||
- | Exception level L1 is the default exception level. Many of the system generated exceptions are assigned L1. | ||
- | |||
- | ---- | ||
- | ==== Concatenate Strings ==== | ||
- | |||
- | If you have to construct a string to be used as an input to some mScript methods, you can do so easily by just putting the pieces of the sub strings together. // | ||
- | |||
- | The following example shows how to combine the first name and last name together in the format of " | ||
- | <log msg=" | ||
- | |||
- | ---- | ||
- | |||
- | |||
- | ==== Why Some Selenium Functions Run Slower Than Other? ==== | ||
- | |||
- | Selenium supports several ways to locate an element (object) on your web page. | ||
- | |||
- | You may find that it performs faster or slower when you switch the locator to find the same element on the page. What we've found is that using //id=// is the fastest way to find an element on the page. //xpath=// seems to perform reasonably fast. | ||
- | |||
- | But watch out for //name=// locator. We've found that using //name=// locator performs several times slower than other locator types. The reason is that there could be more than one elements with the same name and thus the driver must loops through all elements on the page to find all elements with the matching elements. | ||
- | |||
- | ---- | ||
- | ====Why am I getting sporadic failure? ==== | ||
- | If you are getting sporadic failures on some of the transitions, | ||
- | |||
- | The reason is that Selenium tries to perform the action on an element before it is ready and all javascript loaded and executed. Most of the times this is caused by either slowness in the network traffic or the web server where your web app runs on. | ||
- | |||
- | The workaround is to slow down the testing by adding milliseconds delay to the model in " | ||
- | |||
- | ---- | ||
- | ==== Not finding my java handler class and other java packages ==== | ||
- | Make sure your java .class file is loaded into // | ||
- | |||
- | ---- | ||
- | ==== How to scroll a table in HTML page ==== | ||
- | |||
- | Often times you need to scroll elements on the HTML page in order to interact with it. You can easily do so with | ||
- | a javascript: | ||
- | $js(' | ||
- | |||
- | where x is amount to scroll horizontally and y is amount to scroll vertically. | ||
- | |||
- | Alternatively you may use MScript function $sendKey() to send [KEYS.PAGE_UP] / [KEYS.PAGE_DOWN] keyboard event directly to the web page: | ||
- | $sendKey(' | ||
- | |||
- | As a last resort you may use MScript function $sendKey() in [[winuiaplugin| WinUIA]] and SikuliX (beta) plugins to send [KEYS.PAGE_UP] / [KEYS.PAGE_DOWN] keyboard action. Be aware that this approach requires that AUT page has the focus just like as if you physically press the keys. | ||
- | |||
- | ---- | ||
- | ==== Manual Test Case Report Lost Background Color for Test Case Status ==== | ||
- | This is a default print behavior on Windows print driver: not to print the background color. | ||
- | |||
- | You can change this behavior by checking the checkbox "Print Background (colors & images) as shown [[http:// | ||
- | |||
- | ---- | ||
- | ==== Push models to all Runtime Servers ==== | ||
- | You can push models you have built to all //Runtime Servers// for execution controlled by your // | ||
- | |||
- | Your //Runtime Servers// require //float license// and must be registered to [[server_manager_edition | SvrMgr]]. | ||
- | |||
- | * In your //ProMBT// IDE, open the model and connect to [[server_manager_edition | SvrMgr]] server via menu //File / Connect to SvrMgr//. | ||
- | * In [[server_manager_edition | SvrMgr]] IDE, confirm model(s) you have //deployed / checked in// in // | ||
- | * In [[server_manager_edition | SvrMgr]] IDE, perform //Sync Models// operation via menu //Server / Sync Models//. Wait for confirmation that models have been pushed and synched with the //Runtime Servers// | ||
- | * Right-mouse click on a //Runtime Server// and select //Open IDE// to check that the model(s) are in the // | ||