Recording Negative Test help

Hi all,
how would I go about recording a negative test with a user that has access to everything, for example.
USER1 does not have access to Tcode MM01, but in order for me to get that authorization error I need to record record tcode mm01 using USER1 (who does not have access to mm01 or Secatt)
What I'm trying to get at here is, I need to record negative test with a USER that has acces to everything.
Any Ideas?
Thanks

Hello,
You need two users , one with authorizaton and other witout .
You need to record the script with both the users and then handle it based on the user input by the tester, which will the input parameter,
If user has authorization then u expect sucess message , if he doesnt then you expect someother message.
Thanks & Best regards,
Ajay

Similar Messages

  • Internet Explorer stops responding while using CodedUI test builder to record a test

    Hi,
    Here is my problem description:
    Internet explorer (9, 10, 11) stops responding while using CodedUI Test Builder to record a test scenario in IE. I am not able to input any values or click any buttons or perform any action on IE while recording a test on a remote desktop (visual studio
    and IE are both on remote machine). Also tried by directly accessing the machine but no luck. The test builder says 'could not record the last action...'
    A hand-coded script plays back fine without any problem.
    System Details:
    OS: Window 7 Professional with SP1 64-bit
    Browser: IE 11 (tried with IE 9/10 also with no luck)
    Visual Studio 2013 Ultimate Edition
    I have tried the following from my past similar experiences.
    1. Checked that I am recording on 32 bit IE
    2. Tried with IE 9/10/11
    3. Reset IE to factory settings
    I will appreciate if someone can share some thoughts on the likely problem(s) and any recommended solution.
    Regards,
    Pankaj

    Hi Pankaj,
    >>'could not record the last action...'.
    Actually it means that the coded UI test builder doesn't record the actions, I met this issue before when my machine is so busy, so I will get this issue if I record the steps so quickly.
    I'm not very sure that how you connect to your remote desktop and record the actions, but like the above actions, we have to make sure that the steps were recorded in the Recorded Action window like A.
    If not, please delete the steps from the no-recorded steps and re-record them again, maybe you could record the steps slowly.
    I doubt that the remote connection impacts the recorded actions performance.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Wht is Positive and Negative testing?

    Hello Gurus,
                    I have got a task of doing positive and negative testing for the created program but i have got no idea how to do please can anybody help me out to achieve this task.
    I have created a program - ZASDF and TxCode as ZSDF.
    Thks

    hi,
    Positive Testing :: A kind of testing who's aim is to pass the software.In positive testing we put all valid inputs.
           Positive Testing is carried with an idea of checking whether the Application works as per requirements or not. In otherwords, making sure of whether the system does what it should really is intended to do(generally this is a typical developer's attitude)
    Negative Testing is trying to make sure that the application "does what it should not and does not what it should"(generally, this is a typical tester's attitude)
            negative testing is   A kind of testing who's aim to fail the software.In nagative testing we put all invalid inputs.
    thanks,
    raji

  • OpenScript records functional tests, but not load tests on firefox

    Hi everyone
    I am recording some test with OpenScript 9.3.1.0, I have no problem recording functional tests with IE or FF, but when i try to record a load test just IE works, firefox opens the window and let me do everything normal, but it don't record anything; i'd try with FF 3.6 and 3.5, i'd run the diagnostig tool but it don't show me anything wrong. I hope someone can help me.
    Thanks
    Edited by: user8874599 on 08-jun-2012 13:45

    Hi
    When doing load testing OpenScript will change your browsers proxy to point to localhost 7777 as its the port that openscript internal proxy uses to record the navigations, can you check if when recording with FF the proxy settings is FF have changed?
    If not can you try to change them manually to point to localhost 7777 you will find the settings in Options -> Advanced -> Network -> Settings.
    If the proxy is already set, please check that there is nothing on the No proxy for: box
    Hope this helps
    Alex

  • My i tunes don't find disc recording, can somebody help me ?

    my i tunes don't find "disc recording", can somebody help me ?

    Could you post your diagnostics for us please?
    In iTunes, go "Help > Run Diagnostics". Uncheck the boxes other than DVD/CD tests, as per the following screenshot:
    ... and click "Next".
    When you get through to the final screen:
    ... click the "Copy to Clipboard" button and paste the diagnostics into a reply here.

  • Using eCATT for Negative Test

    Hi Everyone,
      Would like to check the feasibility of using eCATT for negative test.
      e.g. Would like to do a negative test for invoice posting via FB01.
            - Test scenario would be G/L account provided is locked for posting.
            - Would eCATT be able to show this as a 'successful' result so that no investigation is required?
    Thanks in advance.
    - Jason

    Hello Jason
    I assume that if you execute FB01 to post against a locked account the system will issue an error message.
    If so then you can capture this specific error message using the MESSAGE interface:
    MESSAGE.
      TCD ( FB01, FB01_1 ).
    ENDMESSAGE ( MSG_1 ).
    Before executing the transaction I would first check whether the account is indeed locked. Perhaps there is another transaction available for locking the account.
    TCD ( xxxx, xxxx_1 ).  " Recording to lock G/L account
    MESSAGE.
      TCD ( FB01, FB01_1 ).
    ENDMESSAGE ( MSG_1 ).
    In general, if you have a specific negative output that is repeatable than you can use eCATT for testing.
    Regards
       Uwe

  • ToolTip_Text not working in multi - record block - Please Help!!

    Dear Friends & Gurus,
    I'm using Forms Version 6.0.8.21.3 (due to many reasons) in C/S mode. Now I have a multi record block in which I am showing the Employee No. My customer's requirement is when I place the mouse on this Emp no., the emp. name must be displayed. I thought of achieving this by ToolTip_text. For this I'm having a Database function which returns the name (as I use this functionality in many forms), in the When-New-Item-Instance block level trigger I'm calling that function with passing the emp code as below
    SET_ITEM_PROPERTY(:SYSTEM.CURSOR_ITEM, TOOLTIP_TEXT, FUNC_DIS_EMP_NAME(:SYSTEM.CURSOR_VALUE));But it is working only when I point the mouse in the first record. When I click on 3 or 4 record and then point to the first record, I'm getting the 3 record's name but in the first record.
    Please help me - I searched through the forum and I find no accurate answer. It is urgent - please help.
    Thank you.
    With Kind Regards,
    Perumal Senthil Alagu.

    Dear Safwan Bhai,
    As salaamo alaikum Rahamatulla hi burakathu!!
    Actually I'm having a multi record block in which all the emp no., days of attendance, etc will be displayed when I click on the search button. My requirement is when point the mouse over the emp no, the emp name must be displayed as a Tool tip text. My fields are non-editable, so Post-Change is not working. I placed the coding in the When-new-item-instance - in this case the emp name is displayed, but only for the first field, when I move the mouse to second and third fields, the empname of that particulart field is displayed as a tool tip but in the first field only.
    Any other suggestions?
    Anyway I would appreciate your help.
    Thank you.
    With Kind Regards,
    Perumal Senthil Alagu.

  • Recording the Test Oscillator 1khz tone as audio?

    Hi everyone, I'm pretty sure this must be possible but can I record the sound from an instrument track onto an audio track? I'm just trying to record the test oscillator so that I have a 1khz tone in Audio format so that I can callibrate my turntables and dj mixer properly and hopefully figure out a few of the balance issues going on. Thanks in advance, cheers,
    Graham

    Hi Graham, in case you can't figure out how to record the instrument onto an audio track, here's a link to free downloadable test tones etc :
    http://www.rme-audio.com/english/download/audtest.htm

  • Record audio with help of microphone,

    Hello
    i need to record audio with help of microphone,
    can any 1 tell me how it is possible and what is
    the possible way to do this.
    I am having flash 8 and flash communication(media) server 2.0
    Please let me know which are the possible ways to this type
    of communication.
    regards
    Bipin N

    have you found the samples in your Flash Media Server
    2/applications folder? have a look at tutorial_list and
    sample_guestbook for two examples of mic recording.

  • PO negative test in SRM

    HI every body,
    can anyone tell me the purpose of PO negative test in SRM & MM
    kindly put an eye to give the solution a earliest.
    points will be awarded for the best answers soon....
    regards
    rakhi

    Negative testing is to test whether system is behaving correctly for the scenarios which logically are not correct/or against conditions set with customer enhancements.
    eg in SRM/MM you build custom conditions via BADI/user exits that you can not create PO directly without SC/PR ref.
    then in -ve testing we will specifically test the direct creation of PO from webgui, sapgui and in all sort of possible po creation points.
    BR
    Dinesh
    Edited by: Dinesh  Powale on May 29, 2008 11:38 PM

  • Negative test of Patch level

    Hi Gurus,
    I just have started doing negative test of upgraded following patch level. But I am not coming ahead.
    Kernel release: 640
    Patch Level: 247
    Can anybody tell me about the procedure doing negative test of patch level?
    Thanks
    SIM

    Thanks Uday,
    As far as I know, it is DB Platform
    We have loaded the folowing support packages in system:
    EA_APPL 16
    EA-IPPE 26
    SAP_APPL 31
    SAP_ABA 65
    SAP_BASIS 65
    EA_FINSERV 16
    ABA_PLUS 21
    Regards
    SIM

  • Does Practice Test help in Oracle Certification

    Dear Friends,
    Does Practice Test help in Preparing for Certification .I have ordered a Practice test on OCA from Self test Software does this help in preapring for the certification.Also do i have to go through Oracle Books and Oracle documentation also......
    Please give your valuable suggestions.
    Thanks and regards

    user631071 wrote:
    Dear Friends,
    Does Practice Test help in Preparing for Certification .Yes ..... but I like to do them as late in the preparation cycle as possible. (100% with Aman here).
    Each practice test is of most value the first time you see it, after that retaking it is of less value as one may remember the answer.
    And go over your correct and and incorrect answers to improve your understanding.
    Take your last test just before your last opportunity to reschedule your exam and with enough time to go over it!
    I have ordered a Practice test on OCA from Self test Software does this help in preapring for the certification.Good , that is an official supplier (though there are some who try to immitate the name).
    Also do i have to go through Oracle Books and Oracle documentation also...... Yes Yes Yes! This is more important that practice tests. And you need to practice what you are leaning on databases.
    Longer term this is how you get and retain your skills.
    I am worried by your question (hopefully incorrectly) that your are trying to get by on practice tests only ... this is not the way to go.
    >
    >
    >
    Please give your valuable suggestions.
    Thanks and regardsRgds - bigdelboy. (I'm only re-iterating Aman's comments)

  • Did a major test for Rutgers and used Firefox, all answers lost and not recorded! please help very desperate

    Did the test at the Rutgers site and the teacher only let me know today that no answers were recorded. Graduating next week and I am so upset. can it be in the browser? please is there a way to find them in the browser so I can resend? need this by 6 tonight.

    Hi Bob,
    Please use this version of Lazarus Form Recovery:
    <br> http://getlazarus.com/download
    That is the latest version 3.2. The other site contains the old version. Also this addon will only save text you have typed into text boxes. It will not remember multiple choice answers that you have to click to choose. Like these examples here: [http://www.quiz-builder.com/shots/question_multipleanswer.jpg Screenshot #1] [https://skitch-img.s3.amazonaws.com/20090520-gtjkk15hagp6ujfpmt5ytupf4s.png Screenshot #2] [http://help.blackboard.com/@api/deki/files/8275/test_question_multiple_answer.png Screenshot #3]
    If they are the kind of answers you have to click, please use a screenshot addon to take a picture of each page of your test after you have filled in your answers.

  • Indesign CS3 Data Merge "Merge Records" Command. Help?

    I'm looking to automate the merging of a mountain of records. I have 587 tab-delimited text files with 40 records each. I want to process these via Data Merge using a single pre-designed template with built-in placeholders and variable data fields, including a variable barcode graphic. In the end, I want to create 704 multi-page, 6-up per page, indesign files with merged data, and 704 multi-page PDFs.
    Here's where I am at. Using a combination of AppleScript, TextWrangler and InDesign CS3, I am able to set up a loop where I can open the single template, save it to a new file with a new name, change its data source to the appropriate text file, and as a test, make a PDF of the template using the correct export preset. What I cannot seem to do is get the template to perform a "Create Merged Document...".
    In InDesign CS3's AppleScript dictionary there is a command called "Merge Records" under the Data Merge section. It appears to do exactly what I am after. But when I try to use it (and the good Lord knows I have tried numerous permutations), it only returns errors like "Adobe InDesign CS3 got an error: active document doesn't understand the merge records message."
    Anyone know what I am doing wrong? I have set up a separate AppleScript for testing purposes that opens up the template, saves it under a new name, and attempts a "merge records" command. Here it is. Maybe someone smart out there can tell me what I am doing wrong.
    set templatePath to "Welch_Jobs:0_JOBS:280019_Churchill:WPC FILES:Workup:280019_6up_master template.indt" as text -- the main template file that will be modified, saved with a new name, then merged with its data to create a new merge file
    set newTemppath to "Welch_Jobs:0_JOBS:280019_Churchill:WPC FILES:Workup:goody.indd" as text
    tell application "Adobe InDesign CS3"
    open file templatePath
    tell active document
    save to newTemppath
    merge records
    end tell
    end tell
    I have this feeling that this is a command that is actually unsupported. Google searches have been fruitless except for one poor soul who can't get it to work either. I have, however, seen that a similar JavaScript command exists called "DataMerge.mergeRecords". If it is impossible to do this via AppleScript, is it possible to make a JavaScript that will do it, and access the JavaScript with a "do script" command in the main AppleScript? If so, how would I accomplish this? What whould the JavaScript look like, and where do i need to put it?
    I would greatly appreciate any help you, dear reader, can give me on this.

    Well, did you look at the dictionary?:
    merge recordsv : Merges records and produces an optional overset report.
      merge records
    data merge
        output overset report file alias or
    text] : The path to the file in which to store the overset report.
    Note also that it's part of the Preferences Suite, not the Datamerge suite. Do you see differently?
    Anyhow, you're clearly not calling it with a data merge parameter.
    I also have a suspicion that it needs to not be inside a "tell active document" but it probably doesn't matter.
    But my AppleScript is rusty.

  • Error while result recording for test equipment

    Dear Gurus
    My scenario is to do unplanned maintenance for test equipment and recording the result.
    For that I have done the following steps
    1)     Created Notification for the test equipment (customized notification type TE).
    2)     For that notification I created order.  (customized order type TE01).
    3)     Attached General maintenance task list for that order. Task list has inspection point 300.
    4)     Released the order and saved.  Inspection Lot is created.
    5)     In QE51N / QA32 when I tried to do results recording, it shows the following error.
    "Equipment VERN01 do not exist in the object list for order 4001214"
    Please help me to correct this error.
    Regards
    Babu R

    Hi
    I applied oss and today I got reply. When 1278254 notes is implemented it is solved. 
    I have one more question, now in QE51N, I did result recording and when saved it is asking for order confirmation, I have given all data and came back to the same screen.  There is one more option for Valuate Inspection Point.  In that I have selected Can be used option and saved. Now if I goto maintenance order and TECO the order, it is saying that A usage decision has stll to be made. 
    Whether I want to take UD once again in QA32 ?
    Also is there any settings to TECO the notification automatically when the maintenance order is TECO'ed. Now the notification is not TECO'ed when order is TECO'ed.
    Babu R

Maybe you are looking for

  • Fields not getting updated in FBL3N and FBL5N

    Hi I have introduced new fields like material number, quantity sales document number, etc in through FBL3N --> Settings --> List special fields. Also i added one more field in 'sort key' as sales document number. I updated sort key in customer master

  • RC8 while transporting a Table

    Hello Expert,        I am facing an issue. In a custom table I change the search help of fields and transport the same. While transporting the table I am having RC8 and table is partially active to destination server. I know we can use FM DDIF_TABL_A

  • Will there be an iPod Touch 5G?

    I want an ipod touch 4g as soon as possible but im afraid once i get it the ipod touch 5g will be out and i just felt like i wasted my money. So i'm wondering if when the ipod touch 5g will be out if it will be in sep 2011 or 2012

  • Removing Duplicated PLd

    Hi All, How can I remove duplicated PLD's? I tried to duplicate a PLD from Invoice to purchase order but now i want to remove that duplicated PLD. How can that be done? Thanks, Joseph

  • Need help with mobily slider CSS

    Hi there, I have found a really nice slider which you can see a demo here: http://playground.mobily.pl/jquery/mobily-slider/demo.html Basically, I am trying to get the bullets currently underneath the images to sit on top of the image, but whatever I