what is descriptive programming in QTP and what is
environment variable in QTP? where we store and what is its use?
Answer Posted / manyam.muralireddy
descriptive programming: with out using object repository
to execute the test script.main purpose test execution is
faster.enviroment variable are two types: user
defined,system defined.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How will you convert a string to lower case string using vbscript?
How to Convert Hex color code to color name in VB Script?
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
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Description.Create
What are string functions in vbscript?
How you can call vbscript functions?
What are the 2 ways to pass a value to the function?
Why is it recommended to close the database connection every time after the work is completed?
what is event handling?
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?
How will you format a number in percetage format in vbscript?
Is vbscript language a case-sensitive language and what does it mean?
When to use function procedures and what are its characteristics?
What are subprocedures in vbscript?