Hi,
I am not sure if am reading this correct.................
Your requirement is to capture a property value (say Index for a combo-box) and store within datatable / external sheet. Further...
Type: Posts; User: bizzzzzare; Keyword(s):
Hi,
I am not sure if am reading this correct.................
Your requirement is to capture a property value (say Index for a combo-box) and store within datatable / external sheet. Further...
Hi,
As miller stated, there is no in-built function present to achieve the same. However, to add more to the method miller suggested -
1) Create an array to capture all the Weblist items -...
In addition, try running QTP as an administrator user.
Hi,
A Test Entry document should primarily list out the conditions / checks that need to be completed prior to Test Phase commencement. In short, some of the pre-requisites that need to be...
Hi,
What you stated makes absolute sense and is the most suitable approach when there is a crunch on testing.
Priority should be mostly based on Risk / Criticality of the functionality the test...
Just a curious question -
The GetROProperty should be "Items Count" and not "Item Count". Not sure if that was a typo here alone - but incase your code has the same, then please rectify and use a...
Section 508 is a set of standards laid out by the US Federal Govt which must be followed while developing Web-pages / Web-sites. These rules are more pertaining to Information Accessibility -...
Hi,
Can you please post additional info regards the text you wish to capture?
Silktest lets you capture Dynamic text using - GetText() method. You would need to pass the Index or Caption of the...
Hi Vinod,
Quick suggestion... I was going through your questions posted on the forum and it seems you are newbie to QTP. I would suggest, go through the Help tutorial and play around with the...
Hi,
A Version control tool can be used to version any artefact, so it can be used for same purpose within testing as well.
A simple instance would be to version your testcases. Let us consider...
Hey,
I guess the the term Testing / QA Philosophy would imply - Testing Viewpoint or the idea behind the Testing methodology used.
So I guess the answer would boil down to the actual Test...
What exactly do you mean by Real-time? Kindly explain as to what your question is exactly.................
Cheers,
Try using the ROUND function. This would basically round of your result to required number of decimal places.
intResult = ROUND(intCalc,3)
So incase your calculated percentage is...
Hi,
I haven't heard of many companies that use Clearquest as well as HP QC within a single project. :)
However, for discussion sake listing some of the varying points regards HP QC and IBM...
Hey,
This post has been answered quite a lot of times bringing out the difference between QTP actions and Functions :)
However, on a quick note and detailing the obvious yet relevant...
Hi,
ETL basically stands for Extract Transform Load - which simply implies the process where you extract data from Source Tables, transform them in to the desired format based on certain rules and...
Lets make this Simpler,
Configuration Testing : Testing the product with multiple configurations. For instance an application is built as per specification to run on 1GB Ram, 4GB Hard Disk Space...
Hi,
Why do you wish to use web_reg_save_param to extract values from array?
Use lr_eval_string functionality.
If you wish to retrieve values from the array that has been used with...
Hi,
I am not exactly sure of the purpose of the Interviewer specifically emphasizing on Load testing being carried out manually, but anyways you could frame your answer as below -
Load Testing...
Hey,
In your below code, where is the value of intCount set? There should be a statement counting the list of values within WebList and setting the value to intCount.
If you have missed posting...
Hi Kishore,
I am not sure if the answer you want is limited to writing to Excel code. I guess you are aware of Output parameter or storing the Application value into an external variable.
...
Hi,
Try the below code which uses the method of creating an Object of Excel -
Dim objExcel
Dim sPath
Set sPath = "<<Path of the Excel File>>"
Set objExcel =...
Hi Krishnamoorthy,
Firstly date format being reflected as '22%2F11%2F2009' indicates that reserved characters within the application are not being encoded.
%2F actually indicates a Forward...
Hi Krishnamoorthy,
Could you please detail out the issue you facing with action.c file? You can attach the file for reference purpose but just attaching it wont give us a clue of the issues faced...
Hi,
The answer to your question could be - we used Adhoc testing when we had a Time constraint / resource constraint OR when we had good buffer time to carry out Adhoc tests in addition to the...