create the type of step for a stage of COM

Hello

I use the COM adapter to interface with TestComplete.

My current setup is that I have a Master file of sequence that contains two sequence files (one for each trial).

The individual called movie file have 4 steps as indicated:

Get property: Create the new object

Calling a method to open project

Call the method to run the test, and then pass the parameter in TestComplete

Get the result of the property

My problem is that if I want to spend a different setting in the step to call the method to run the test , I have to create another sequence file to do this.

Is there a way to create one Type of step to call the method, run the test and pass parameter to TestComplete?  and how will this affect the other steps in this sequence file (for example to create new object, open a project, Get property resut)?

Thank you!

Jigg,

Yes, I think it worked!  Thank you very much!

Question: to chaange the param1, it is necessary to specify the module and change the value in the edit sequence window call under the table of parameters.

Is it possible to build an easier user interface as the synchronization-> Wait-> Configuration window not to wait, where you can just put in the value of the parameter, and that's all.

Thank you

pH

Tags: NI Software

Similar Questions

  • I want to know how to create the account admin hiden for my laptop.

    original title: admin account

    I want to know how to create the account admin hiden for my laptop.

    She has windows vista. I'm the only Admin and the only user. No other person has access.

    The hidden account called administrator is already present.  To activate it:

    1. Click on Start > all programs > Accessories .
    2. Right click on command prompt .
    3. Click run as administrator .
    4. In the command prompt window, type net user administrator / Active: Yes
    5. Press enter .

    Boulder computer Maven
    Most Microsoft Valuable Professional

  • Syntax to create the Type of registration at the schema level.

    Hello

    Could you let me know the syntax to create the type of registration at the schema level.

    I tried to help below.

    create or replace

    TYPE "SR_TBL_TYPE" AS THE SR_REC_TYPE TABLE;

    ----------------------------------------------------------------------------------------------------------------

    create or replace

    BODY OF TYPE 'SR_REC_TYPE' AS

    CONSTRUCTOR FUNCTION SR_REC_TYPE RETURN SELF AS RESULT

    IS

    BEGIN

    task_status: = NULL; -jtf_task_statuses_tl. Name % type

    task_type: = NULL; -jtf_task_types_tl. Name % type

    jt_new_res_id: = NULL; --jtf_task_assignments_audit_b.new_resource_id%type

    jt_source_name: = NULL; --jtf_rs_resource_extns.source_name%type

    jt_sch_start_date: = NULL; -VARCHAR2 (50)

    jt_task_number: = NULL; --jtf_tasks_b.task_number%type

    jt_appointment_scheduled_agent: = NULL; --fnd_user.user_name%type

    cs_old_prblm_code: = NULL; --cs_incidents_audit_b.old_problem_code%type

    cs_problem_code: = NULL; --cs_incidents_audit_b.problem_code%type

    qa_scenario_estimate_rec: = qa_scenario_est_type();

    qa_recall_rec: = qa_recall_type();

    RETURN;

    END SR_REC_TYPE;

    PROCEDURE of MEMBER log_sr_rec_values (SELF IN SR_REC_TYPE)

    IS

    BEGIN

    NULL;

    END log_sr_rec_values;

    END;

    Thank you

    Could you let me know the syntax to create the type of registration at the schema level.

    You do not have - record types are PL/SQL. In SQL, you create OBJECT types. It works for me:

    create or replace TYPE AS OBJECT SR_REC_TYPE)
    task_status varchar2(1),--jtf_task_statuses_tl.name%TYPE
    task_type varchar2(1),--jtf_task_types_tl.name%TYPE
    jt_new_res_id varchar2(1),--jtf_task_assignments_audit_b.new_resource_id%TYPE
    jt_source_name varchar2(1),--jtf_rs_resource_extns.source_name%TYPE
    qa_scenario_estimate_rec emp_table_type,
    qa_recall_rec emp_table_type,
    CONSTRUCTOR FUNCTION SR_REC_TYPE RETURN SELF AS RESULT
    )
    /

    create or replace TYPE of BODY SR_REC_TYPE AS
    CONSTRUCTOR FUNCTION SR_REC_TYPE RETURN SELF AS A RESULT
    BEGIN
    Self.task_status: = null;


    Self.task_type: = null;
    Self.jt_new_res_id: = null;
    Self.jt_source_name: = null;
    Self.qa_scenario_estimate_rec: = emp_table_type();
    Self.qa_recall_rec: = emp_table_type();
    return;
    END;
    END;
    /

    create or replace TYPE SR_TBL_TYPE AS TABLE OF SR_REC_TYPE;

    See 'Definition and Implementing User-Defined constructors' in the object-relational doc

    http://docs.Oracle.com/CD/B28359_01/AppDev.111/b28371/adobjadv.htm#sthref751

  • need help to determine the type of partition for tables

    Hello

    I have a few tables that have millions of record. In some tables, we have data from previous years, that we do not now use. Can we create a partition of this type of tables table.

    On other tables, how to decide if you should use the range/list/hash partitioning on our tables.

    Do I need to recreate indexes for the tables after you create the partition tables.

    Please guide me.

    Best regards

    Partitioning of decisions are based on how you can access data.

    If you access date then partition by date.
    If you go through a list of values and then use the list.
    If you there is no model and you just need to break the data up into smaller compartments using hash.

    I don't see why, based on what you wrote, partitioning by date range would be not worthy of consideration.

  • How to create the type of waveform data

    Hello

    I work with the oscilloscope TDS 30xx series and I want to create the data type of waveform in the waveform of Fetch VI.

    I have problems with that. Can someone help me?

    I don't know how to data table of waveform to the creation of a data type.

    Is attached a photo of the VI and the VI himself

    Well, if you want to build a waveform of Y, dT and T0, you can still use the function named "build the waveform.

  • Error in creating the body of HTML for Email with attachment

    I have an application where I send emails with an attachment. It seems to work very well. I'm now add content to the body of the Email and I'm running on about how set up the body. To test, I created a small amount of html code which is placed in part p_body_html of the script send mail, but because it's going to be a little (more than 1000 characters) to create the real html table, I'm trying to create in a declared variable and then have the p_body_html call the variable l_body_html and that's where I'm running into the following error message :

    1 error has occurred
    * ORA-06550: line 9, column 9: PLS-00307: too many statements of 'SEND' fits this call
    ORA-06550: line 9, column 1: PL/SQL: statement ignored

    Code that works is:
     
    DECLARE
        l_id NUMBER;
        l_body_html CLOB;
    BEGIN
    l_id := APEX_MAIL.SEND(
            p_to        => :P4_TO,
            p_from      => '[email protected]',
            p_body      => 'Please review the attachment.',
            p_body_html => '<html><head></head><body><table width="615" border="0" align="center" cellpadding="0" cellspacing="0" RULES=NONE FRAME=BOX style="cellpadding:0 cellspacing:0"><tr><td height="32" colspan="2" bgcolor="#FF0000">Information</td></tr><tr><td colspan="2">Testing</td></tr><tr><td>One</td><td>Two</td></tr></table></body></html>',
            p_subj      => :P4_TITLE);
    FOR c1 IN (SELECT filename, attachment, mimetype 
            FROM ATTACH_EMAIL
            WHERE recordid = :P4_recordid) LOOP
    
            APEX_MAIL.ADD_ATTACHMENT(
                p_mail_id    => l_id,
                p_attachment => c1.attachment,
                p_filename   => c1.filename,
                p_mime_type  => c1.mimetype);
            END LOOP;
        COMMIT;
    END;
    The code that does not work is:
    DECLARE
        l_id NUMBER;
        l_body_html CLOB;
    
    BEGIN
    l_body_html :='<html><head></head><body><table width="615" border="0" align="center" cellpadding="0" cellspacing="0" RULES=NONE FRAME=BOX style="cellpadding:0 cellspacing:0"><tr><td height="32" colspan="2" bgcolor="#FF0000">Information</td></tr><tr><td colspan="2">Testing</td></tr><tr><td>One</td><td>Two</td></tr></table></body></html>';
    
    l_id := APEX_MAIL.SEND(
            p_to        => :P4_TO,
            p_from      => '[email protected]',
            p_body      => 'Please review the attachment.',
            p_body_html => l_body_html,
            p_subj      => :P4_TITLE);
    FOR c1 IN (SELECT filename, attachment, mimetype 
            FROM ATTACH_EMAIL
            WHERE recordid = :P4_recordid) LOOP
    
            APEX_MAIL.ADD_ATTACHMENT(
                p_mail_id    => l_id,
                p_attachment => c1.attachment,
                p_filename   => c1.filename,
                p_mime_type  => c1.mimetype);
            END LOOP;
        COMMIT;
    END;
    I said the l_body_html as CLOB then I fill it with code and then I reference it the p_body_html. I have this work under other forms of e-mail with no attachments and it works fine. Don't know how I have too many statements as the error States and would appreciate any help

    Thank you
    Wally

    Hi Wally,

    The SEND() function may take varchar2s or CLOB to p_body and p_html_body. In your code, you declare l_body_html as a CLOB, but assigning a string. It is possible that the database is confused?

    Try to use TO_CLOB ('...') to set the value of l_body_html

    Andy

  • Is there a control of the type of compilation for .as files?

    It seems that there is no support of compilation for .as files. I have made a typo, typo HttpService, instead of HTTPService, in one of my .as files, but surprisingly, Flash Builder does not report it at all. I enabled 'Build' automatically, so I guess that if there are errors, Flash Builder has the flag. I also tried to clean up the project and force to build the project manually, but still it doesn't show any compilation error problems.  See screenshot below:

    FlashBuilderAsNoCompileTypeCheck.jpg

    On the other hand, if I made the mistake in the .mxml file, Flash Builder it correctly mark as error.

    Please see the screenshot below:

    FlashBuilderMxmlCompileTypeCheck.jpg

    I want to have the type of compilation to check what work on .as files too. Is there a way I can activate that?

    Thank you.

    Your results are correct. The compiler is limited to the display of compiler errors in the context of a compilation unit (application, module, etc.).

    Jason San Jose

    Software engineer, Flash Builder

  • SDC RTU Modbus - cannot specify the type of query for each register address

    Hi, it's Jose.

    I have try the DSC module to connect with a temperature module, but this, does not meet the MODBUS registers addresses, for example to read the temperature, I should ask a 0 x 03 at address 1001.

    But for DSC for a request of 0x03, it expects to addresses like 4000, so since 1000 addresses belongs to coils, SDC makes a request of 0x01

    My thermometer has even coils register.

    Is there a way to force the DSC to make specific requests?

    Thank you and best regards

    What happens if you enter the numbers as 400001 401001 or simply?

    Also try to only 1.

    The current Protocol does not transmit the prefix number which he calls a coil (1) or (4) record keeping, (3) registry entry.  (I mixed up to the top of the last two is possible).

    So the device describing the registry with the wrong group of addresses, may not matter.  You just lie to LabVIEW to tell him where he thinks is it supposed to be.

  • How to create a list of choices for a stage of processing form?

    I am creating a form of treatment step where the landing page will be determined by a postal code entered in the form. I tried to use the option "Determined by a drop-down list" with a drop-down list that maps the zip to a landing page. Can't seem to make it work.

    I know that this need to use which redirects to the landing page (id = 14) and postal code (20200) as the value of the lookup option, but what should I put in the option name field to determine the landing page? Id number in the url of the destination page editor does not, save them the destination page name does not work, the actual url (LP and vanity) does not work. Also tried to pass the field name and value around with no result.

    Where am I going wrong here?

    Processing step

    The drop-down list values

    I have it! You must use only the identification number of the destination page and reverse fields. Therefore use the option for the zip name and just the ID of the value (13:20100)

  • Error in content server while trying to create the type of assets

    Hi team,

    When I try to create a new article (when I click on new FDCReportArticle) in the UI contributor it gives me a "content server error" when I check a journal it shows error below

    I checked /jsp/cs_deployed/fatwire/ui/controller/controller.jsp sound in DB, shared folder

    [2014-07-10 11:22:04, 154 UTC] [ERROR] [.kernel. [Default (self-adjusting)'] [fatwire.logging.cs.request] Exception including resources /jsp/cs_deployed/fatwire/ui/controller/controller.jsp

    com.fatwire.cs.ui.framework.UIException

    at com.fatwire.cs.ui.framework.UIController.reportError(UIController.java:174)

    at com.fatwire.cs.ui.framework.UIController.execute(UIController.java:160)

    at jsp_servlet._jsp._cs_deployed._fatwire._ui._controller.__controller._jspService(__controller.java:89)

    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)

    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:523)

    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)

    to com FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1414)

    to com FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1422)

    to com FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)

    to com FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)

    to com FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$ JSPDataFile.run (FILESYSTEMJSPManager.java:190)

    at COM.FutureTense.Common.ContentServer.jspExecute (ContentServer.java:3027)

    at COM.FutureTense.Common.ContentServer.evalTemplate (ContentServer.java:2621)

    at COM.FutureTense.Common.ContentServer.generatePage (ContentServer.java:1640)

    at COM.FutureTense.Common.ContentServer.evalPage (ContentServer.java:1276)

    at COM.FutureTense.Common.ContentServer.execute (ContentServer.java:465)

    to com FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)

    to com FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:218)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to com FutureTense.Servlet.URLRewriteFilter.doFilter(URLRewriteFilter.java:81)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:293)

    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:108)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

    [2014-07-10 11:22:04, 154 UTC] [ERROR] [.kernel. [Default (self-adjusting)'] [fatwire.logging.cs.jsp] failed to execute call JSPfatwire/interface/controller/Exception include: page:/jsp/cs_deployed/fatwire/ui/controller/controller.jsp

    cast com.fatwire.cs.ui.framework.UIException: null

    [2014-07-10 11:22:04, 154 UTC] [INFO] [.kernel. [Default (self-adjusting)'] [logging.cs.cache.page] explicitly disabling the page cache (recursive = true) for pagename = fatwire/interface/controller / & ft_ss = false in forceNoCache

    [2014-07-10 11:22:04, 154 UTC] [ERROR] [.kernel. [Default (self-adjusting)'] [fatwire.logging.cs.request] COM.FutureTense.Common.ContentServerException: impossible to evaluate the fatwire/interface/controller/element error code: UNABLE to EVAL ELEMENT

    TreeAction.jsp:73:35: The join of the (Iterator, String) method in the StringUtils type is not applicable for the arguments (list, String)

    treeData.put ("tabs", StringUtils.join (filteredTabs, ","));

    With StringUtils errors are usually due to the Commons - incompatible lang.jar in the classpath. See also Doc ID 1468392.1

    Generally, the problem is that the contributor user interface isn't all return. It is solve by placing the commons-lang - 2.4.jar forward of the classpath variable. How this largely depends on how you start the appserver. KM article explains how to do this if you use startup scripts. Doc ID 1611757.1 offers another way.

    I hope this helps.

    Kind regards

    Stephan.

  • How to change the type of source for a primary key on a form?

    Hello

    When creating a form, I put the source type for the primary key of an existing sequence.

    Now, I want to change the source of a trigger.

    Can anyone suggest how do?

    Thanks in advance,
    Annie

    Annie:

    Set the trigger and then delete the process of the page named «Get PK»

    CITY

  • I did the security two-step for iPad.  Apple support is a restoration that took it back to factory default.  Now I have nothing in iCloud I can find, photos, notes etc.what can I do to get back them.  They are still on my iPhone 5 s

    I have an Air of iPad and iPhone 5 s.  I did the two-step verification and wrote the secret code 4 digit.  I couldn't get into my iPad.  Talked to about 4 Apple technicians.  They guided me to restore my iPad to factory default.  My photos and notes and videos have disappeared.  They are still on my phone.  I never went to iCloud to see hat is here.  My iPad has said there is nothing in the iCloud shouldn't the same thing that is on my phone.  I went to Verizon and they said it was a problem for apple.  Help!

    You need start the game up more so that we can see if you have a backup, you can restore from. Go to settings > general > reset > erase all content and settings so that you get the Hello screen. Then, you configure the iPad, sign your iCloud account and when asked if you want to restore from a backup to say Yes and see what is listed to choose from for restoration.

    After the back if you don't see any options for restoring your backup.

    See you soon,.

    GB

  • Try to get updates of vista to run and move 3 steps for each stage.

    I have vista home edition and install never updates.  I worked through the procedures step by step and everytime I try a procedure, it fails.  So I have to step by another procedure to correct this procedure and of course, it fails too, so I have to scroll another procedure to fix the second procedure failed... etc... etc... so I did back off so much, I know not what was up or down more.  (Anyway, I spend more time trying to get this computer/operating system to work than to actually produce something with her.)

    I used the .net framework cleanup utiility according to the instructions of error code 643.  who supposedly worked, so I continued with the instructions to reload the .net framework 3.5 sp1, which was to be followed by a .net framework1.1 which was to be followed by .net framework 1.1 sp1.

    The problem is that the reinstallation of .net framework 3.5 sp1 was interrupted because of yet another error.  The instructions don't tell me what to do in this case...

    can someone tell me what I can do to solve the problem?  (other than the obvious answer of 'get' a mac)

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Hi Squirrelgod,

    I suggest you uninstall all the facilities of the .NET Framework from your computer by using the .NET Framework cleanup utility again , and then reinstall all versions one by one.

    Follow the link below to download the clean utility and all versions of the .NET framework.

    When you try to install an update for .NET Framework 1.0, 1.1, 2.0, 3.0 or 3.5, you may receive Windows Update '0 x 643' error code or error code Windows install "1603".

    http://support.Microsoft.com/kb/923100

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Create the new virtual machine for Small Business Server 2008

    Hello

    When creating a new Machine virtual and choose the guest operating system, the "Small Business Server 2008" are not listed. Just choose "Microsoft Windows Server 2008 (64-bit)"?

    Thank you

    John

    Yes, it will work, and it is supported guest OS

    http://www.VMware.com/PDF/GuestOS_guide.PDF

    Edit: There is a bug in the user interface for the VIC, where probably 2008 will be displayed as Vista under the toolbar of guest operating system.

  • Create the table with aliases for columns

    Hello

    I don't know if its possible, but how do I define aliases for columns when I create a table (in fact, a global temporary Table - TWG)? The idea is to select the column using its name or its alias, like this:

    SELECT nom_de_colonne FROM mytable

    or

    SELECT alias_de_colonne FROM MaTable

    I work with Oracle9i Enterprise Edition Release 9.2.0.1.0


    Thanks in advance.

    You do not define aliases when you create a table, when you choose him.

    I have to say... When you use it in a SQL statement (not just select).

    Published by: SomeoneElse 18 Sep, 2008 15:10

Maybe you are looking for