how to write codings in QTP using vb script. please help
me. i am new to QTP. it is easy or very much tough. please
tell me
Answer Posted / dnrsm
Nothing is difficult in QTP. Just you need to work hard.
Learn QTP objects (Properties and methods) and VB Script.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Explain the .wsf files?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Description.Create
Explain about tristate constants?
How many types of operators are available in the vbscript language?
How will you get a combined string from array of string in vbscript?
How are values assigned to the variables in the vbscript language?
How can you fetch the value of a cookie?
Which loop is used in case of arrays in the vbscript language?
How to add actions in driver script to run those actions in QTP?
What is the scope of a constant declared using public?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
What are the 2 ways in which a variable can be declared in the vbscript language?