how can you describe the basic flow of automation with
conditional and programmatic logic?
Answer / kk
if endif
for next
while-wend
do-loop
should be used to control the flow of automation.
| Is This Answer Correct ? | 2 Yes | 0 No |
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
what is risks of testing a project?
What is recovery scenario in qtp?
what is keyword driven testing
how to test use the quality control .how to verify the image verification
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
Hello Everybody, How to maintain the page state in QTP. My scenario is: 1. I opened a notepad file. 2. Entered some text in the notepad file. 3.And changed the font type and color of the notepad file. And saved that. 4.Now next time when I will open the notepad it is showing the changed font type and color, rather than the default values. Please provide the code. Thanks, Gaytri
Which scripting language QTP is using?
How to create runtime property for an object?
How qtp identifies objects?
Where to use Property Let, Property Get, Property Set in UFT
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve