Quantcast
Channel: Symantec Connect - Products
Viewing all articles
Browse latest Browse all 21433

SEP update issue - clarification

$
0
0
I need a solution
Hey ppl,
 
I am usign Silk Performer Tool for Load testing my web application. 
 
I have recorded a script with Java over HTTP protocol having two application profiles, one with IE and other with a custom application named Web-retrieve which is developed in Java script and invoking call from the application is VB call. At one point IE interacts with the custom application via a thick client (.exe) that communicates with a server and fetches user info. I select the details and then the control is reverted to IE.
 
My script had the following code under the custom application interaction part : 
 
MeasureStart("Clk_OpenSigcap");
 
// Webpage is using the same encoding as your selected Windows System Codepage
SetEncoding("WINDOWS-1256");
 
WebSetBrowser(WEB_BROWSER_MSIE7);
WebModifyHttpHeader("Accept-Language", "en-US");
WebCookieSet("SIGCAPSES=7116d87146c2c6d56562da345b5cdaff; domain=172.24.123.9; path=/", 
"https://172.24.123.9/webret/WebRetrieve.dll");
WebCookieSet("INT_SHEET=DDE.css; domain=172.24.123.9; path=/webret; expires=Fri, 08 Sep 2023 13:12:57 GMT", 
"https://172.24.123.9/webret/WebRetrieve.dll");
WebCookieSet("RETURL=http://special_dde/; domain=172.24.123.9; path=/", "https://172.24.123.9/webret/WebRetrieve.dll");
WebPageParseUrl("Variable 'signsFrameUrl' in page WebRetrieve - Validating account 032324804007", "signsFrameUrl = \"", "\""
, WEB_FLAG_IGNORE_WHITE_SPACE);
WebPageParseUrl("Variable 'accountFrameUrl' in page WebRetrieve - Validating account 032324804007", "accountFrameUrl = \"", 
"\"", WEB_FLAG_IGNORE_WHITE_SPACE);
WebPageParseUrl("Variable 'xRefFrameUrl' in page WebRetrieve - Validating account 032324804007", "xRefFrameUrl = \"", "\"", 
WEB_FLAG_IGNORE_WHITE_SPACE);
WebPageParseUrl("Variable 'annotFrameUrl' in page WebRetrieve - Validating account 032324804007", "annotFrameUrl = \"", "\""
, WEB_FLAG_IGNORE_WHITE_SPACE);
WebPageParseUrl("Variable 'sAnotUrl' in page WebRetrieve - Validating account 032324804007", "sAnotUrl = \"", "\"", 
WEB_FLAG_IGNORE_WHITE_SPACE);
WebPageUrl("https://172.24.123.9/webret/WebRetrieve.dll", "WebRetrieve - Validating account 032324804007", 
WEBRET_WEBRETRIEVE_DLL023);
 
WebPageAddUrl("images/select.gif");
WebPageAddUrl("images/details.gif");
WebPageLink("Variable 'signsFrameUrl' in page WebRetrieve - Validating account 032324804007", 
"Search Signatories 032324804007");
WebPageStoreContext(hWebStoredCtx_Search_Signatories_0323248);
 
WebPageBack();
 
WebPageLink("Variable 'signsFrameUrl' in page WebRetrieve - Validating account 032324804007", "WebRetrieve.dll", 2);
 
WebPageBack();
 
WebPageLink("Variable 'accountFrameUrl' in page WebRetrieve - Validating account 032324804007", "Account Details");
 
WebPageBack();
 
WebPageLink("Variable 'xRefFrameUrl' in page WebRetrieve - Validating account 032324804007", "Cross Reference");
 
WebPageBack();
 
WebPageLink("Variable 'annotFrameUrl' in page WebRetrieve - Validating account 032324804007", "Account Annotations");
 
WebPageBack();
 
WebPageLink("Variable 'sAnotUrl' in page WebRetrieve - Validating account 032324804007", "Account Annotations (#1)", 1, 
"ToolbarFrame");
 
ThinkTime(11.2);
MeasureStart("Clk_Close");
MeasureStop("Clk_Close");
 
ThinkTime(26.2);
MeasureStart("Select_Sign");
 
WebUrl("https://172.24.123.9/webret/images/deselect.gif", 0.03);
 
WebPageParseUrl("strDlgUrl", "strDlgUrl = \"", "\"", WEB_FLAG_IGNORE_WHITE_SPACE);
WebPageParseUrl("Javascript Redirection in page Transaction Status", "href = \"", "\"", WEB_FLAG_IGNORE_WHITE_SPACE);
WebPageSubmit("SearchForm", SEARCHFORM024, "Transaction Status", 1, NULL, hWebStoredCtx_Search_Signatories_0323248); // Form
// 2
WebPageDeleteContext(hWebStoredCtx_Search_Signatories_0323248);
 
WebPageLink("strDlgUrl", "WebRetrieve");
 
WebPageBack();
 
WebPageLink("strDlgUrl", "WebRetrieve (#1)");
MeasureStop("Select_Sign");
 
ThinkTime(17.0);
MeasureStart("Clk_Ok");
 
WebPageBack();
 
WebPageLink("Javascript Redirection in page Transaction Status", "Transaction Ended...", 5);
MeasureStop("Clk_Ok");
 
MeasureStop("Clk_OpenSigcap");
 
 
When I re-record the application in the same manner again, the custom application part alone, which I have mentioned above is not getting recorded. The only change that was made after that was, Symantec EndPoint URL weekly update. The script which was recorded successfully is replaying successfully even now.
 
I have read in some blogs that certain Anti-virus Softwares block third party .exe interaction and prevent tehm from loading.
 
Is this something related to the Symantec Update? Since I am not aware of the other background incidents happening I just wanted to confirm on this front. Kindly help me out of this issue. My Symantec Verssion is 11.0.6005.562.
 
Krish.

Viewing all articles
Browse latest Browse all 21433

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>