🎴 Flashcard Mode

Performance Optimization and Testing

Card1 / 20
Mastered0
Review0
QuestionClick to flip

We can create a Load Runner script without Recording the application workflow , just by manual coding

AnswerClick to flip back
A
True
💡 Explanation:

Load Runner allows manual script creation using its C-based scripting API without recording. You can write scripts from scratch using VuGen (Virtual User Generator) by coding the functions directly. This is useful when you can't record (no access to application) or need more control than recording provides. The scripting approach provides full flexibility to customize test scenarios programmatically.

Change Mode