Hi
Suppose u have complex Test scripts which u vl write first
and which u vl execute first
Answer Posted / lakshman
we w'll write first Trivial scripts then i execute
Priority scripts first
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which functionalities of QTP used in banking project? pls any say answer?
What is the use of an object spy tool in qtp?
Hi, how can we check or avoid the memory leakage in QTP9.2?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
Explain how you can delete excel file in qtp?
if our qtp vb Script may be Currepted then What we want do?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
when to start the automation?
Explain the features and benefits of quick test pro(qtp)?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
Can anybody post some real time scenario in qtp? please its very urgent.
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
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
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so