How may types of defects identify application or your currently working application?pls give me answer..
what is Property......End Property loop? how to write sript for it in QTP
Hoe can we do retesting using functions please give the code for it using login page
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
what is test scheduleling?
What are the Test design techniques you uses in ur project?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
what are the mandatory properties for a tex boxc (scenario?)
what QTP Options do you know?
when a test case is written how u test using qtp
what is the mail use of frame work(with detail). architecture for keyword driven frame work
how will you load the test cases in ddt?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
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'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api