WHAT IS THE DESCRIPTIVE programming when it is useful? &
when to use this ?
Answer Posted / raghu
descriptive programming is a process where you can wite a
program directly execute it with out the help of object
repository.
It used when QTp is unable to find the object..
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
How to call a test from another test?
Explain more about the Test Fusion Report of QTP?
If you are testing a web application then what will you test in that application?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
can any one say that where we can download the QTP trail version ??????????
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
Explain actions in qtp ?
Name the properties you would use for identifying a browser and page when using descriptive programming?
Where we use data driver in qtp?
How you calling actions in qtp?
wht type of User defined functions or Java Releated functions Do we write in VB scripting