What are the scripting languages used in WinRunner,
LoadRunner, QTP, Test director, ClearQuest, Rational Robot?
How do you decide which tool will be a best fit for your
test enviorment?
Answer Posted / anand kumar
In different tules different scripting is used
WinRunner------Test script language(TSL)
QTP -----------VB Script
Testdirector----TSL
LoadRunner -----TSL scripting of LR like c
Java Script
VB script
Lr functions are 2 types one is LR functions second one
is protocol based functions So depending on protocol
selected for scripting it fecilitaqtes to use either c like
logic(TSL), Java like Object oriented laguage or vb script
2) Comi9ng to tool selection most of the time depends on
client. if client instruct u to use specific tool u should
prefer it. If it's ur company choice u have consider few
things like
Ur requirement,
Budget,
Time,
Tool cost,
Available features in the tools,
Future useful to ur testing needs,
Tool experts in ur company,
Supporting environments of tool,
Limitations of the tool and so on.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a ‘test plan’? What is a ‘test case’?
how can i count the no of edit field in a page and fill the multiple edit field
Stop automating the tests which run once?
Tell us how could you explain the main difference between webdriver and rc?
Tell us what is the difference between getwindowhandles() and getwindowhandle()?
What is client side validation? Write a snippet.
IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?
What is meant by the automation framework?
On what basis you can map the success of automation testing?
Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform.
Do you know how to verify if the checkbox/radio is checked or not?
What are the main attributes of test automation?
What is hybrid automation?
How do you choose which automation tool is best for your specific scenario?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)