问题出现:
运行场景测试时出现以下错误:Action.c(90): Error : socket0 - Connection refused. Error code : 10061.
解决方法:
Continue reading →
Zee全力打造新博客__________转载请注明作者
问题出现:
运行场景测试时出现以下错误:Action.c(90): Error : socket0 - Connection refused. Error code : 10061.
解决方法:
Continue reading →
Action()
{
char buffer[128] = {0};
int j;
int i;
typedef long time_t;
Action()
{
int i,k;
time_t t;
char *filename=”c:\\test.txt”;
long file;
srand((unsigned) time(&t));
lr_output_message(”Ten random numbers from 0 to 99\n\n”);
if ((file = fopen(filename, “w+” )) == NULL) {
lr_output_message(”Unable to create %s”, filename);
return -1;
}
for (i=0; i<10; i++) {
lr_output_message(”%d\n”, rand()%100);
k= rand()%100;
fprintf(file,”%d \n “,k);
}
fclose(file);
return 0;
}
问题出现:
n VuGen替代浏览器,脚本是hard-coded
n HTTP是一种无状态的连接
n 同一用户两次登录的差异
n 单用户和多用户的差异(验证机制:session)
以下为个人观点,如有不赞同者,大可以拍砖指点。 Continue reading →
Bad Behavior has blocked 1603 access attempts in the last 7 days.