0

testing Online Quiz - 53

Description: testing Online Quiz - 53
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0

A script was recorded with an average think time for an advanced user. An advanced user pauses 5 seconds between clicks. A first-time user pauses an average of 10 seconds between clicks. How can you modify the think time run-time settings to emulate a first-time user?

  1. Set the think time to s recorded

  2. Set the think time to multiply the recorded think time by 2

  3. Set the think time to a random percentage between 100% - 200%

  4. Set the think time to replay as recorded, but limit the think time to 10 seconds


Correct Option: B

AI Explanation

To emulate a first-time user, who pauses for an average of 10 seconds between clicks, you can modify the think time run-time settings as follows:

B. Set the think time to multiply the recorded think time by 2.

This option is correct because multiplying the recorded think time by 2 will effectively double the think time, resulting in an average pause of 10 seconds between clicks. By doing so, the script execution will mimic the behavior of a first-time user.

How can you validate that the LoadRunner Agent is running on the load generator?

  1. Port 443 will be open.

  2. The MIFW.exe process will be running.

  3. The radar dish wall appear in the system tray

  4. The load generator will be pinged using the name/DNS/IP.


Correct Option: C

AI Explanation

To validate that the LoadRunner Agent is running on the load generator, you can check for the radar dish icon in the system tray.

Option A) Port 443 will be open - This option is incorrect because the presence of an open port 443 does not necessarily indicate that the LoadRunner Agent is running on the load generator.

Option B) The MIFW.exe process will be running - This option is incorrect because the presence of the MIFW.exe process does not necessarily indicate that the LoadRunner Agent is running on the load generator.

Option C) The radar dish will appear in the system tray - This option is correct because the radar dish icon appears in the system tray when the LoadRunner Agent is running on the load generator.

Option D) The load generator will be pinged using the name/DNS/IP - This option is incorrect because ping can only confirm the connectivity between the machines, but it does not provide direct validation that the LoadRunner Agent is running on the load generator.

Therefore, the correct answer is C) The radar dish will appear in the system tray. This option is correct because the presence of the radar dish icon indicates that the LoadRunner Agent is running on the load generator.

Figure out most common errors in Documentum Application(Webtop)

  1. An error has occurred

  2. Boundary doesnot exist

  3. History Released

  4. Run time error-Memory access violation


Correct Option: A,C

UCF communication is over which protocol

  1. FTP

  2. HTTP

  3. IMAP

  4. MAPI


Correct Option: B
  1. ClientId

  2. jsessionid

  3. Formclass

  4. FormId

  5. ReqID

  6. Reload


Correct Option: A,B,E,F

For successful Content transfer what should be the UID value while running loadrunner script?

  1. UID=0

  2. UID<0

  3. UID>0

  4. UID>=0


Correct Option: D

What is the default port number of UCF port?

  1. 8080

  2. 7334

  3. 443

  4. 7338


Correct Option: D
  1. Import

  2. Delete

  3. Checkin

  4. Update

  5. View

  6. Export


Correct Option: A,C,F
  1. An Invalid SessionID has been sent to the Application Server

  2. UCF Invoker is not running

  3. An Invalid dmfRequestID has been sent to the WDK Server

  4. Webserver is not running


Correct Option: C
  1. Mannual Correlation

  2. Scan the script for auto correlation while replaying

  3. Define the rules and go for auto correlation while recording the script

  4. None of the above


Correct Option: C

When scripting for Webtop, What all values must be parameterised for Import,Navigation,Export operation?

  1. Different Request IDs that are being passed in subsequent requests

  2. Object IDs of folders and cabinets

  3. Folder names and cabinet names

  4. UID


Correct Option: B

Which mode of recording is set for recording Webtop(Documentum application)?

  1. HTML-Based with A Script describing User actions mode

  2. HTML-Based with A Script containing explicit URLs only mode

  3. URL-Based with Web Custom Request only mode

  4. None of the above


Correct Option: B

Which portocol is used for recording Webtop(A Documentum Aplication by EMC) in Loadrunner?

  1. SAP-Web

  2. Web(HTTP/HTML)

  3. Web(Click and Script)

  4. Web Services


Correct Option: B

Suppose You have four load generators each generating 100 Vusers.You are seeing that 400 concurrent Vusers are running and few transactions are failing due to UCF communication problem. So what might be the root cause?

  1. Loadgenerator are unable to communicate with the Controller.

  2. UCF Invoker is not running one/few of the four Load generators

  3. Loadrunner Agent Process is not running.

  4. Web Server is unable to process the requests.


Correct Option: B
  1. UCF Invoker is not running

  2. Path to TdfUCFInvokerClient.dll is not correct

  3. UCFWin32JNI.dll is not inside the search path i.e not inside the Bin folder.

  4. Incorrect JSESSIONID is passed as an argument to getUID function

  5. None of the above

  6. Any of the above


Correct Option: F

While Loadtesting Checkout/Checkin action How they should be performed?

  1. Checkout only no need to do Checkin

  2. Checkin only no need to do Checkout

  3. Checkout followed by Checkin

  4. Checkin followed by Checkout


Correct Option: C
  1. The Import path doesn't Exist

  2. The UID returned is +ve

  3. Vugen is not communication with the Controller agent

  4. The File doesnot exist in the destination folder.


Correct Option: A,D

In custom data binding for a web test, what is the method used to return a set of name, Value pairs. The name is the column name and the value is the column value. This will get the current row of the dataset and then advance the current position counter

  1. GetRecord(n)

  2. GetNextRow()

  3. GetDataset(n)

  4. GetNextRecord()


Correct Option: B
- Hide questions