I am newbie in testing. Can you please开发者_高级运维 suggest me some good tutorials of Quality Center
Its regarding QTP can we create database checkpoints for Web applications actually while creating database checkpoints we have to create DSN .
What is descriptive pro开发者_StackOverflow中文版gramming in QTP?Creating a test without using the object repository is known as descriptive programming since you describe the objects as part of the s
Given the advantages of ExcelADO as described here I have decided to use Excel ADO for QTP Automation. So here is the code which I used -
There are some buttons and menus in the application I am testing that require actual clicks to send all th开发者_高级运维e information through and FireEvent style clicking does not seem to cut it.Both
I am trying to make simple testing but failed because I have no clue how to handle with browser title that changes during the testing.
I am using VBscript in QTP and I am a bit confused: Browser(\"name:=.*\") //works W开发者_如何学Gohy Browser(\"name:=*\") does not work? Why is there a . character?
I have a weblist or drop down list in my application which consist of many items. I don\'t know the count but I need to validate the following -
How to write a generic method in Java. In C# I would do this public static T Resolve<T>() 开发者_开发技巧{
I\'ve been exploring options for expanding my QuickTest Professional scripting capabilities, and came across this article this morning, so I decided to experiment a bit. The code below works fine when