What r the different filters in defect in quality center
Answer / Shemphan Sun
Defects in Quality Center can be filtered based on various criteria such as: Defect Status (Open, Closed, or Rejected), Priority (Critical, High, Medium, Low, or Not Set), Assigned To (user or group), Creation Date/Time, Modified Date/Time, and Custom Fields.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the extention of Virtualobject
QTP identified the object but not performing the desired action???what could be the reason?????
Where u will use output checkpoint in QTP?
How to change the scripts from Per-Action object repository to shared object repository
How to creating an output value using quicktest professional?
How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and what is the definition and purpose of it?
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario
If you are testing a web application then what will you test in that application?
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks
what frame work you are following?