Documentum Webtop LoadRunner Testing
Covers LoadRunner performance testing for Documentum Webtop applications including recording, scripting, UCF communication, content transfer, correlation, runtime settings, and troubleshooting common errors.
Questions
While analyzing the Vuser log files from a scenario run, you see the following log file from one of the Vusers. Start auto log message stack - Iteration 1. Starting action BookFlight. BookFlight-c(5): Notify: Transaction WT_00_Home_Page started. BookFlight.c(7): Error -27796: Failed to connect to server 27.0.0.1:1080 [10061] End auto log message stack. What was the Log Settings.
- Standard Logging
- Extended Logging
- Always send a message
- Send message only when an error occurs
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?
- Set the think time to s recorded
- Set the think time to multiply the recorded think time by 2
- Set the think time to a random percentage between 100% - 200%
- Set the think time to replay as recorded, but limit the think time to 10 seconds
How can you validate that the LoadRunner Agent is running on the load generator?
- Port 443 will be open.
- The MIFW.exe process will be running.
- The radar dish wall appear in the system tray
- The load generator will be pinged using the name/DNS/IP.
Which scenario run is recommended to set the run time settings to Standard Logging?
- Debug
- Full Load
- Top Time
- Scalability
Figure out most common errors in Documentum Application(Webtop)
- An error has occurred
- Boundary doesnot exist
- History Released
- Run time error-Memory access violation
UCF communication is over which protocol
- FTP
- HTTP
- IMAP
- MAPI
Figure out the parameters those need be correlated in Documentum Application
- ClientId
- jsessionid
- Formclass
- FormId
- ReqID
- Reload
For successful Content transfer what should be the UID value while running loadrunner script?
- UID=0
- UID<0
- UID>0
- UID>=0
What is the default port number of UCF port?
- 8080
- 7334
- 443
- 7338
The Fileselector applet is used for which of the below actions?
- Import
- Delete
- Checkin
- Update
- View
- Export
what could be the possible reason for "History released" error?
- An Invalid SessionID has been sent to the Application Server
- UCF Invoker is not running
- An Invalid dmfRequestID has been sent to the WDK Server
- Webserver is not running
What is the best option for correlation in case of Documentum application?
- Mannual Correlation
- Scan the script for auto correlation while replaying
- Define the rules and go for auto correlation while recording the script
- None of the above
When scripting for Webtop, What all values must be parameterised for Import,Navigation,Export operation?
- Different Request IDs that are being passed in subsequent requests
- Object IDs of folders and cabinets
- Folder names and cabinet names
- UID
Which mode of recording is set for recording Webtop(Documentum application)?
- HTML-Based with A Script describing User actions mode
- HTML-Based with A Script containing explicit URLs only mode
- URL-Based with Web Custom Request only mode
- None of the above
Which portocol is used for recording Webtop(A Documentum Aplication by EMC) in Loadrunner?
- SAP-Web
- Web(HTTP/HTML)
- Web(Click and Script)
- Web Services
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?
- Loadgenerator are unable to communicate with the Controller.
- UCF Invoker is not running one/few of the four Load generators
- Loadrunner Agent Process is not running.
- Web Server is unable to process the requests.
What could be the possible reason if Content Transfer Hangs or Fails?
- UCF Invoker is not running
- Path to TdfUCFInvokerClient.dll is not correct
- UCFWin32JNI.dll is not inside the search path i.e not inside the Bin folder.
- Incorrect JSESSIONID is passed as an argument to getUID function
- None of the above
- Any of the above
While Loadtesting Checkout/Checkin action How they should be performed?
- Checkout only no need to do Checkin
- Checkin only no need to do Checkout
- Checkout followed by Checkin
- Checkin followed by Checkout
While Importing a document through Loadrunner script you see that UCF Invoker is running fine and script is also fine, Still the script is failing again and again. What could be the possible cause of script fail?
- The Import path doesn't Exist
- The UID returned is +ve
- Vugen is not communication with the Controller agent
- The File doesnot exist in the destination folder.
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
- GetRecord(n)
- GetNextRow()
- GetDataset(n)
- GetNextRecord()