After the execution of a script how do u upload the results
to Quality Center. Pls anyone explain in detail. It is
very urgent._______Thanks a lot!!
Answers were Sorted based on User's Feedback
Answer / umang mehta
You need to firat setup a connection with QC from QTP. For
this there will be a small green coloured icon on the
toolbar. Click on that and then u will have to specify the
entire server addrress where QC is installed. Once this
setup is doe you can run your scripts from QC itself and
collate the results there itself.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / gita
In the menu bar click tools->Quality center connection.Then
fill in the server connection field.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is creation time property and how does it work?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
Is the provision for integrating QTP with QC ,available from the version 9.0 onwards only or even 8.2 version has such provisions?
Gmail application is there.On that Inbox so many mails are there including naukari mails. On that mails i can select the only naukri mail checkboxes. plz tell the descriptive code for the above..
Hi All, I am new to QTP but i was trained on winrunner before. My problem is..QTP 8.2 was unable to record my application which is a java app. By selecting smart identification, i was somehow able to record the test BUT QTP cant run the test! Can anyone help me in walking through this problem..Is java addin really necessary for this?? Is there anyways i can run the test successfully? I am not sure whats going wrong in my testing.Please do help me asap as i need to submit the report early. Thanks in advance
scalability testing comes under in which tool?
What is test object model in QTP?
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,
What is the use of low level recording? How does it useful?
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
i have 2 year experience in manual and automation testing, I have less percentages in X, Xii (Second grade), can i elgible to TCS interview (Or MNC's)
What is qtp window?