Teszttel társított adatkészlet létrehozása

Létrehozhat olyan adatkészleteket, melyek tesztek futása során felhasznált változó adatokat tartalmaznak. Ez az adatkészlet létrehozásának előnyben részesített módja, mert az adatkészlet automatikusan társításra kerül a teszttel. Egy egyetlen oszlopot tartalmazó üres adatkészletből annak szerkesztésével bármit létrehozhat; előállíthat akár egy teljes funcionalitású adatkészlet is.

Eljárás

  1. A Tesztnavigátorban tallózással lépjen a teszthez, majd kattintson rá duplán. A teszt megnyílik.
  2. A Teszt tartalmak területen kattintson a teszt nevére.
  3. Az Általános beállítások lapon kattintson az Adatkészlet hozzáadása lehetőségre. A következő táblázatban felsorolt beállítások lehetővé teszik egy egyszerű adatkészletből bárminek a létrehozását, melynek módosításával később teljes adatkészletet állíthat elő.
    Létrehozandó Teendő a Tesztszerkesző - Adatkészlet hozzáadása ablakban
    Egyoszlopos adatkészlet alapértelmezett hozzáférési móddal. A Meglévő adatkészletek a munkaterületen részben válassza ki az Új adatkészlet<tesztnév>.datapool elemet, majd kattintson a Befejezés gombra. Nem kötelezően megadhatja az adatkészlet oszlop nevét ebben a munkamenetben, és később felvehet további oszlopokat és adatokat.
    Egyoszlopos adatkészlet, a hozzáférési mód kiválasztásával. A Meglévő adatkészletek a munkaterületen részben válassza ki az Új adatkészlet<tesztnév>.datapool elemet, majd kattintson a Tovább gombra. A rendszer rákérdez a hozzáférési módra. Nem kötelezően megadhatja az adatkészlet oszlop nevét ebben a munkamenetben, és később felvehet további oszlopokat és adatokat.
    Társítás a teszt és egy meglévő adatkészlet között. Válassza ki az adatkészletet. Az adatkészlet társítva van a teszttel, és nem kötelezően beállíthatja a hozzáférési módot ebben a munkamenetben.
    Új, teljes funkcionalitású adatkészlet. Válasszon ki egy projektet, majd kattintson a Varázsló használata új adatkészlet létrehozására lehetőségre.
  4. Válassza ki az adatkészlet Megnyitási módját. Ez a mód meghatározza azt a nézetet, amellyel a virtuális felhasználók az adatkészlethez rendelkezni fognak. Különböző tesztek ugyanazt az adatkészletet eltérő módon nyithatják meg. A megnyitási módot később módosíthatja a teszt megnyitásával, majd az adatkészlet címére duplán kattintva.
    Beállítás Leírás
    Megosztott (gépenként) (alapértelmezett)

    Virtual users on each computer draw from a shared view of the datapool, with datapool rows apportioned to them collectively in sequential order, on a first-come-first-served basis.

    This option makes it likely that the virtual users or loop iterations will use data from different rows and that the server will see variable data. The exact row access order among all virtual users or iterations cannot be predicted, because this order depends on the test execution order and the duration of the test on each computer.

    Magán

    Each virtual user draws from a private view of the datapool, with datapool rows apportioned to each user in sequential order.

    This option ensures that each virtual user gets the same data from the datapool in the same order. However, because each user starts with the first row of the datapool and accesses the rows in order, different virtual users will use the same row. The next row of the datapool is used only if you add the test that is using the datapool to a schedule loop with more than one iteration.

    Szegmentált (gépenként)

    Virtual users on each computer draw from a segmented view of the datapool, with data apportioned to them collectively from their segment in sequential order, on a first-come-first-served basis. The segments are computed based on how a schedule apportions virtual users among computers. For example, if a schedule assigns 25% of users to group 1 and 75% to group 2, and assigns these groups to computer 1 and computer 2, the computer 1 view will consist of the first 25% of datapool rows and the computer 2 view will consist of the remaining 75% of rows.

    This option prevents virtual users from selecting duplicate values (for example, account IDs). If you disable wrapping, no row can be used more than once.

  5. Ha beállítja a munkamenet során, hogyan érje el a teszt az adatkészletet, akkor válassza ki az alábbi lehetőségek egyikét. Különböző tesztek ugyanazt az adatkészletet eltérő módon érhetik el. A hozzáférési módot később módosíthatja a teszt megnyitásával, majd az adatkészlet címére duplán kattintva.
    • Sequential: Rows in the datapool are accessed in the order in which they are physically stored in the datapool file, beginning with the first row and ending with the last.
    • Random: Rows in the datapool are accessed in any order, and any given row can be accessed multiple times or not at all. Each row has an equal chance of being selected each time.
    • Shuffled: Before each datapool access, the order of the rows is changed, and a different sequence results. Rows are accessed randomly but all rows must be selected once before a row is selected again.

    Think of the nonsequential access order (Random and Shuffled) as being like a shuffled deck of cards. With Random access order, the selected card is returned anywhere in the deck, which means that one card might be selected multiple times before another is selected once. Because you never reach the end of the deck, Wrap when the last row is reached is unavailable. With Shuffled access order, the selected card is returned to the bottom of the deck. After each card has been selected once, you either resume selecting from the top with the same access order (Wrap when the last row is reached is Yes), or no more selections are made (Wrap when the last row is reached is No).

  6. Válassza ki az alábbi lehetőségek egyikét.
    Beállítás Leírás
    Újrakezdés az utolsó sor elérésekor

    By default, when a test reaches the end of a datapool or datapool segment, it reuses the data from the beginning. To force a test to stop at the end of a datapool or segment, clear the check box beside Wrap when the last row is reached. Forcing a stop might be useful if, for example, a datapool contains 15 records, you run a test with 20 virtual users, and you do not want the last five users to reuse information. Although the test is marked Fail because of the forced stop, the performance data in the test is still valid. However, if it does not matter to your application if data is reused, the default of wrapping is more convenient. With wrapping, you need not ensure that your datapool is large enough when you change the workload by adding more users or increasing the iteration count in a loop.

    Megjegyzés: Ez a beállítás nem érhető el a Véletlen beállítással, mert a véletlen eléréssel gyakorlatilag nincs vége a fájlnak.
    Lehívás felhasználónként csak egyszer

    By default, one row is retrieved from the datapool for each execution of a test, and the data in the datapool row is available to the test only for the duration of the test. Select Fetch only once per user to specify that every access of the datapool from any test being run by a particular virtual user will always return the same row.

    To illustrate how these options affect the rows that are returned, assume that a test contains a loop which accesses a datapool. The loop has 2 iterations. The following table shows the row that is accessed in each iteration:
    Datapool option Iteration 1 Iteration 2
    Sequential and Private row 1 row 2
    Shared and Shuffled row x row y
    Fetch only once per user row x row x
  7. Ha teljes funkcionalitású adatkészletet hoz létre, akkor nem kötelezően a munkamenet során egy CSV fájlból importálhatja az adatokat. Az adatokat később a Fájl > Importálás > Teszt > Adatkészlet lehetőségre kattintva, majd egy CSV fájlt kiválasztva importálhatja. Az adatkészletek importálásáról további információkért lásd: CSV fájl importálása adatkészletbe.

Mi a következő lépés?

Miután létrehozta az adatkészletet és adatokat adott hozzá, a következő lépés a teszt egy értékének társítása az adatkészlet egyik oszlopához, a következő részben leírtak szerint: Teszt értékének társítása adatkészlet-oszlophoz.

Visszajelzés