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
List of Test Management Tools??Is Quality Center Test Management tools
What is a framework for automation testing?
Anyone have idea of jmeter.IF so pls contact to this mail id arun130887@hotmail.com
Describe some problem that you had with automating testing tool.
wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk.
What is tsl?
What do you think holds the testers back to do automation? Is there a way to overcome it?
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
How can you create html test report from your test script?
Can we prioritize tests in Junit. What is the sequence of execution in Junit?
Tell us can we find all links on a web page?
Do you know the difference between close and quit command?
What are the phases in automation testing life cycle?
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.