Sometimes my QTP scripts works fine and sometimes its not
though I am using same shared Repository and am not doing
any changes in it.Even though for descriptive programming
also its works fine and sometimes it does not work.my
application is pretty stable.Could anyone please answer why
am facing these types of issue??
What is the present version of the VB Script we are using
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
How the exception handling can be done using quicktest professional?
Plz write the code, function will take the parameter as month number, i.e., numerical value, but it returns the last day of the month in string (weekday). example: input: function parameter: 3(march) output: thursday
what is retesting?
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
How to send QTP test results to an email...(with out using Quality Center)?
What is log file?How to write log file code?
2 Answers Apps Lab, Value Labs,
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
Hi. plz expalin abouit SetToProperty, SetRoProperty, GetToProperty, GetRoProperty,GetToPrperties. with examples.
what are the challenges you have faced while testing web based application using the automation tools ?
did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions