Difference between winnrunner and qtp?
Answer Posted / sharada prasanna mohanty
win runner support tsl languge. and qtp support vb-script
language. tsl is the c-like language and vb- script is the
vb- like language. it's the scripting language.
tsl is case sensitive and vb-script is not case sensitive.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is there any freeware tool for automation testing of mobile applications for BlackBerry and iPhone platforms ?
Tell me which web driver implementation is the fastest?
if i want to use different values in datatable with each iteration of for loop what would i do ??/
Do you know how to check if a button is enabled on the page?
Is automation testing a complete replacement for manual software testing?
What is a critical bug in a testing field?
how to import specifically 2nd column elements to runtime datatable in excel sheet if it contains 3 columns
Any kind of test which you think should not be automated?
What should you do after finding a bug?
What is mean by ARGO testing? Can you please explain anyone
Do you know what is a data-driven framework?
Explain what is the hybrid framework?
you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?
What COM Interfaces u r using in QTp While Connecting QC or TD? Or in QTP?Any body plz urgent...
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)