ContributionsMost RecentMost LikesSolutionsRe: How to create a dynamic property checkpoint? believe I am close. Please see attached for tsep by step process. Basically I am trying to: 1) get current date 2) store in a variable 3) replace hard-code month (ie Nov) in my property checkpoint 4) then compare web page oject month to variable 5) when I execute getting erro message on attached 6) also, how can I display the values or a variable in my key word test? I have read several SB articles but can't get it to work. Thanks Bruce Re: Opening and Closing of project suites no. Team Foundation Version Control Plugin Opening and Closing of project suites We just installed TC 11.20. Opening and closing of projects taking very long time. anyone having same issues? any ideas of how to improve performance? Re: How to create a dynamic property checkpoint? 1) where is this built in aq date time utilities in testcomplete? 2) in my keyword test property checkpoint how would I include this aq date time utilities? 3) do you example of using the aq date time utilities in a keyword test and including in the property checkpoint? How to create a dynamic property checkpoint? I have a test case I execute each month where I pick a future month (not current). Expected results are message saying month cannot be > than current month. Example: if I run the test in July and select future month of August message says: month cannot be > Jul 2015 and I take a property checkpoint on the message. Problem is when I run again in August message will say: month cannot be > Aug 2015 and my property checkpoint will fail. Question is, is there a way to create a property checkpoint the is “Dynamic” so the test will pass from month to month? SolvedRe: Test Complete 11.20 release notes? is 11.2 avaliable now to install? I can't find location to install DBTFiles not getting checked into source control I have a situation where after I make an update to a database table checkpoint and do a check-in to source control, the TCBTABLE File gets checked in but the DBTFile does not. Any one have any ideas why this is happenig? I do get latest first so but should be checked out prior to me making updates using global variables in test complete I have code set up in 2 separate run scripts based on my testing needs. Steps: 1) want to execute test script #1 (see below) 2) then I will be executing a keyword test 3) then execute test script # 2 (see below) I defined a global variable in test script #1 below. I then need for test script #2 to use the global variable from test script #1. How do I code test script #2? Test script #1: function test () { var page = Sys.Browser("iexplore").Page("https://staging.studies.jaeb.org/ndocs/sysdev/Tests/JaebWeb/BasicControlsAndJfe/Validations/TextBox/TextBoxRequiredClient.aspx").Form("aspnetForm"); var state = page.elements.__VIEWSTATE.value } //Global variable: function testProcedure(page1) { page1 = page.elements.__VIEWSTATE.value; } Test script #2: function test () { var page = Sys.Browser("iexplore").Page("https://staging.studies.jaeb.org/ndocs/sysdev/Tests/JaebWeb/BasicControlsAndJfe/Validations/TextBox/TextBoxRequiredClient.aspx").Form("aspnetForm"); var x = page1 (this does not worked coded this way). Error message saying "page1" is undefined var newstate = page.Elements.__VIEWSTATE.value; if (state == newstate) Log.Message ("Postback hasn't been invoked"); else Log.Message ("Postback has been invoked"); } Web form submission Need to be able to verify that a web form submission does not happen (ie for .net code does not postback). Anyone know of a way to do this in TestComplete? Re: Test Complete mouse control don't know of any documenst but yes. I have test complete on my desktop and test execute on a seperate machine. I ope test execute then point to the TC project tests to run. work great as it does not tie up my desktop. i am still able to use