Votes
											
																	Answers
																
																	Views
											
															
						Question
						
				2
                        votes
                    1
                        answer
                    46
                        views
                    
                    asked 13 years ago by kaptainkayoss                                    
            
            
                            
                                            updated 13 years ago by rich-text                                    
            
            
            
            
            
        When trying to run a batch test in ALM 11, I get the error "Unable to close the testing tool" after the first test completes.
    
    
    
    
2
                        votes
                    1
                        answer
                    100
                        views
                    Does anyone know if QC version 11.0 work with IE9 or IE10
    
    
    
    
1
                        vote
                    1
                        answer
                    131
                        views
                    Hello, I am experiencing the following error when trying to install the Excel Add-in: Error: "Compile error in hidden module: mdlGlobal" ? What is it and how do I correct it?
    
    
    
    
2
                        votes
                    1
                        answer
                    59
                        views
                    
                    asked 13 years ago by gizmo                                    
            
            
                            
                                            updated 13 years ago by DavidMofOSI                                    
            
            
            
            
            
        I need to add script verifications to my AJAX Click&Script scripts like when I use web_reg_find in the HTTP protocol. How is this done. Please provide an example.
    
    
    
    
1
                        vote
                    1
                        answer
                    27
                        views
                    
                    asked 13 years ago by linuxskywalker                                    
            
            
                            
                                            updated 13 years ago by DavidMofOSI                                    
            
            
            
            
            
        Does anyone know how much longer will LoadRunner 9.52 be supported by HP? My team wants to ensure we have plenty of time to upgrade LoadRunner while supported.
    
    
    
    
2
                        votes
                    1
                        answer
                    24
                        views
                    In the Test Plan module, when looking at the subject tree, tests seem to be ordered alphabetically by default. Dragging/dropping them into a different order doesn't seem to work. Is this a limitation? This works in the Requirements module.
    
    
    
    
3
                        votes
                    1
                        answer
                    42
                        views
                    
                    asked 13 years ago by gizmo                                    
            
            
                            
                                            updated 13 years ago by linuxskywalker                                    
            
            
            
            
            
        I have a need to capture large amounts of data exposed in one script and needed for another. For example, I have to create reservations before I can check in guests. What is the best way to handle this in Performance Center 11.52?
    
    
    
    
5
                        votes
                    1
                        answer
                    48
                        views
                    
                    asked 13 years ago by gizmo                                    
            
            
                            
                                            updated 13 years ago by DavidMofOSI                                    
            
            
            
            
            
        I'm getting a Certificate Error: Navigation Blocked. This error shows when I replay my script. It's manually working fine, that error show only while recording the script. Please assist.
    
    
    
    
3
                        votes
                    1
                        answer
                    69
                        views
                    
                    asked 13 years ago by gizmo                                    
            
            
                            
                                            updated 13 years ago by jeffrey-gardner-1                                    
            
            
            
            
            
        I have a data value return as a date like this: 08082013121536 Using C code, how do I break this into the following: Month = 08 Day = 08 Year = 2013 Hour = 12 Min = 15 Sec = 36 Can someone please provide the code to do this.