how to upload an excel sheet to quality center?
Answer / rahul
Go to "tools" and select the option "Export to Quality centre".
which will open a wizard: Provide the URL in the format "http://<server name>/<virtual directory name>".The virtual directory will be "qcbin".
Select the Domain Name and Project name from the respective boxes.
Provide user name and password.
Select the data you want to upload.
| Is This Answer Correct ? | 1 Yes | 0 No |
can i able to connect any version of qtp to any version qc
what properties do use to identify a browser and page while using descriptive programming?
difference between waitProperty & Checkproperty
whow much strong on VB and C?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
How to capture screen shots when an error occurs?
Explain the checkpoint in qtp?
What expansion of "MIC" in MICPASS (TEST ReportPAGE)
how can i replace any text from the qtp script with some anothere text
We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library
How to recognize and read data from pdf file using Descriptive Programming in QTP?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this