in which situation u will use recording and in which situation
u will used to write script manually
Answer / lakshmi
We have some scenarios.
1.If we are going to use Linear Framework
2. If object is not identified while executing script which
is writen in descriptive programing (It is nothing but
debugging), then we will try to record a action to find out
weather it is recoring or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use transactions in qtp?
What is operator in VB Script?
how to re-install QTP 9.0 trial version.
wht type of User defined functions or Java Releated functions do we write in VB scripting
Where we write the FUNCTIONS, in Expert view (or) in any textfiles like Notepad and save it in Library functions folder? How to cal that functions to our script? How to save that functions to Function generator?
What are the types of object repositories? Which one is you using?
we have 5 default properties we want add more Default property in Object Repository how to add the property
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",
How to see the screens after running test in QTP?
explian about the qtp frame work? where u can use it in your project?
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
Suppose u run ur script today and it is working fine ,nobody has changed the setting and all.u r the owner for the script. But when tomorrow I ran the same script again it got failed and It didn't able to identify one object. Can you tell me what would be the reason for this