ContributionsMost RecentMost LikesSolutionsRe: How to profile service dll with QATime ?Jay as far as I understand, service testing is not just same as applicaitons. I am talking about services using net tcp, if you carefully read my post. When I select service module, and add some service dll and click play button, ıt says cannot find service for the dll I have showed. thats it, so what is you advice for this error ?How to profile service dll with QATime ? Hi, I wanted to profile a web service codes with QATime, but I could not get started. I want to profile some service codes (written with c# in Visual Studio 2010) bıt I not not decide which module to use. You know there are 5 modules. I select service module.there is no run paremters for service mode. When I want to start proflin, it says cannot find service for the blah blah .dll the dll which I added with Add Module option. By the way, the services I want to profile uses net.tcp binding not http, and because of this there is no svc file out there. We use TFS here and I just took the service project into my laptop, and there is no service running in my laptop, I just recompiled the project in debug mode in my laptop,with necessary compiler options adviced in AQTime online help What do I need to profile those project dlls ? Please help. redirection problem in the login page, please helpHi, Can anyone how to handle redirection problem in Test Complete ? I get 302 warnings on login page and I think it occurs due to redirection mechanism of the web application. Since this problems only starts to occur when I increae numbers of vusers, is there a limit for redirection in Test Complete ? or maybe in application. Maybe it is VIEWSTATAE but I am not sure, Test Complete must handle this. The interesting thing is that, When I passed direction on homepage and go to login.aspx page when recording, the same problem continues. Any idea about that ? Best RegardsRe: Test quit parameters ? How we know a server's capacity from results ?Ok Allen, instead o screenshots, I will send you small log files via support, but I still dont know what these two value exactly corresponds to.Re: Test quit parameters ? How we know a server's capacity from results ?Hi Allen, ok lets say it is fine up to that point. But Request Execution Summary by itself does not give some much thing. When I compare response times vs time-taken value from IIS logs, I see Response Times are much more smaller than those IISs time taken. Can you compare these two ?Re: Run Time usage problemsOk, Here is my solution to this problem, Many requests for CPU at a moment, but if we think reverse of it, just one CPU value for all requests for a moment.. An adiditional column may be added to requests panel inside Users log which shows CPU value for every request. And also more additional performance metrics may be added to requets. And that can be arranged as an extra option before running tests if performance degredation occurs, just like request details.Re: How to make parametric test in functional testing Try to use these scripts. Actualy there is an easy way to use parameters in TestComplete. Just import your excel data into access (or other database) and use parameter wizard too to get the parameters from Access. Then, after recording your task, select approprite variables within your task's requests. Sub Main path = "c:\text1.txt" set fs=createObject("Scripting.FileSystemObject") If not fs.FileExists(path) Then Log.Message("Fail: file does not exist") Else Log.Message("Pass: File exists") End If End Sub Sub Delete path = "c:\text.txt" set fs=createObject("Scripting.FileSystemObject") If not fs.FileExists(path) Then Log.Message("Fail: file does not exist") Else fs.deletefile(path) Log.Message("Pass: File deleted") End If End sub '////////////////////////////////////////////////// Sub ExcellSheetsName Set p = Sys.WaitProcess("EXCEL") 'this will Make sure you close any Excel work book already open If p.Exists Then Call p.Terminate() End If 'This is setting the driver Set MsExcel = Sys.OleObject("Excel.Application") 'This will open you workbook 'Specify the location of your excel file Call MsExcel.Workbooks.Open("c:\test.xlsx") MsExcel.Visible = True 'To Loop through all the sheet for I = 1 to MsExcel.sheets.Count 'To activate the sheet msexcel.Sheets(I).Activate 'To get the name of the active sheet MsgBox(MsExcel.activesheet.name) Next End Sub Run Time usage problemsSince run time graph results not written to a file , how can we benefit from them in best suitable way ? I can see some numbers during test run, for example CPU usage for a sever, so, I can get max CPU during a test, but how will I know that this max cpu usage corresponds to which request ? I can see CPU usage versus time, can I see CPU usage versus passed request. But don know which reuqests actually makes high CPU usage. Ant this issue is not about only CPU but all coutners. the problem is about timing issues I see that all counters works due to time, which seen on y axis. So , these times must be related to actual test times, request times etc. the problem that we can not see any time in the log results, I mean occuring times for responses. So, how will I know any counter at any time corresponds to which spesific request ? or connection ? So, how can I use any of these counters for a result report since I do not know corresponding action, connection or request ? Re: Runtime GraphsI Think this is related to memory limits of the program. The program can not get full headers for request with 200-250 vuser, how can you wait it to write all counters for run time graph. But on the other side, O tought that would not be so hard, like log results. I mean if the program writes on the seen numbers to a file for a run time graph, that will be not so much, of course it depends on how many custom coutner will be used. But at least standard counters could be recorded, and sued in the analysis log results. That would be helpful.How to learn session numbers ?Hi there, I check log files with log parser and get total hits , I can also see concurrent TCP connections from Live System, but I can get session numbers. I wonder How can I learn concurrent users from live system ? (using a monitor or from log files) How can I learn concurrent sessions for spesific operations (I mean current login session, or basket session) for live system ?