Votes
Answers
Views
Question
1
vote
1
answer
126
views
asked 11 years ago by scruffy
updated 11 years ago by josh-yates
How do you exit a bpt test if one component fails?
2
votes
1
answer
47
views
When we try to connect UFT 11.52 to ALM, we're getting an error stating "Unable to create the default Business Process Testing resource folders and/or files" Does anyone have advice to fix?
1
vote
2
answers
65
views
I have a test that needs to verify that the application is properly displaying the current system date. The programmers developed this window such that the control takes on the name of the value (e.g. "Thursday, November 4, 2010"). I have logic in my business component that formats a variabl...
2
votes
3
answers
97
views
asked 13 years ago by hank-the-hammer
updated 12 years ago by adelina
I am running the following code in BPT: Dim strRefNum Datatable.Import("Z:\\color.xls") strRefNum = DataTable.Value("Color") msgbox "1 " & strRefNum strRefNum = DataTable.Value("Color", dtGlobalSheet) msgbox "2 " & strRefNum For the above code the first messag...
0
votes
1
answer
162
views
My automated BPT test cases use the iteration functionality. After testing I have an Excel report that tells me which test cases are not at the all iteration settings: SELECT DISTINCT TEST.TS_TEST_ID, TEST.TS_NAME,TEST.TS_RESPONSIBLE, BC_RUNFROM_ITERATION, BC_RUNTO_ITERATION FROM BPTEST_TO_COMPONENT...
1
vote
2
answers
86
views
asked 13 years ago by neena
updated 13 years ago by Captain Mercury
I have an AOM script that runs a series of straight QTP tests via an excel sheet, once AOM tries to open a business component I get an error "Cannot open test" - why is this? Can I use AOM to run BPT test and not just straight QTP test?
0
votes
2
answers
72
views
asked 15 years ago by jack-rodis
updated 15 years ago by nel
I have a QTP script and when I run the test from QTP itself, it works. It recoginzes the inserted checkpoint and passes the test. The checkpoint is a .Exist looking for an "Update Total" image that is generated when a tip is entered into a webedit box. However, when entered into QC as a busi...
6
votes
1
answer
54
views
asked 16 years ago by tlstockton
updated 16 years ago by sammyh
I have some new Business Process Tests where I used the "New Component Request..." button on the Test Script tab to leave a placeholder for a component that hasn't been created yet. When I go to the "Business Components" section of Quality Center (using the toolbar on the far left: M...
0
votes
1
answer
51
views
asked 16 years ago by atester
updated 12 years ago by maximilien
How can BPT automated scripts stored in a QC 9.2 environment using QTP 9.5 moved or copied to another QC 10 environment using QTP 10?