WHAT IS DIFFERENCE B/W QC 9.2 AND QC 10.0
Answer Posted / girish mishra
The basic and important difference:
1. QC 9.2 has 5 modules where as in QC 10 there are 8 modules.
2. QC 9.2 has less security system comparing to QC 10.
3. QC 9.2 supports only to windows NT server 2008 and
windows XP service pack 2 OS where QC 10 supports more or
less windows 7.
4. In QC 10 has focused and enhanced on release management.
5. QC 10 is highly configured and adaptable.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is QTP supports Unix. If yes, then how the test automation is done?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
assume i have few url link how will i dynamically call then using descriptive programming?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
Explain how to use QTP to check broken links on a page?
How to creating an output value using quicktest professional (qtp)?
Define Canvas view of UFT?
What is expert view and keyword view?
Hi ,Can any one pleas explain how to test splash objects using QTP?
what is review
How does you pass optional arguments in qtp?
What is the short cut keys for the following?
What the differences are and best practical application of Object Repository?
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next
Hi All, How to get repeated word in string . Thanks Balaji