Up to how much VB scripting knowledge and what type of VB
script knowledge is required for a QTP test engineer for
real time to work ?
Answers were Sorted based on User's Feedback
Answer / richard hall
It depends on the applications you are writing tests for.
If you have a simple Html only application, like QTP's
sample application and "Record and Playback" is a viable
development technique then you need little vbscript.
If you have a asp/jsp/ajax application where "Record and
Playback" is of no value then either one must be proficient
in vbscript or there needs to be a robust and flexible
framework in place to assist developers with few vbscript
skills.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sandipgami84
u must know the vb script, how to work functions. diff.
type of fun.
| Is This Answer Correct ? | 0 Yes | 0 No |
anyone can explian about types of "Triggere Events" in QTP
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?
How to use checkpoints in qtp ?
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
CAN ANY ONE PLEASE EXPLAIN DIFFERENT TYPE OF FRAMEWORKS USED IN QTP?EXPLAIN EACH OF THEM?..POST TO VANILKUMAR_1981@YAHOO.CO.IN
A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100
How to test background color and dynamic images during run time can you put the check point for moving objects?
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that